A Node.js HTTP status utility that provides mappings between HTTP status codes and their standard messages. It exposes helpers to look up a status by code or message, and includes additional metadata like whether a status expects an empty body, is a redirect, or should be retried.
Project status
- Active maintenance: The repo shows upstream activity as of 2026-01-03, but the most recently described tagged updates are v2.0.2 (2025-06-06), so it looks more like periodic maintenance than continuous release-driven development.
- Update cadence: Tagged updates are very infrequent, with a large gap from v2.0.1 (2021-01-03) to v2.0.2 (2025-06-06), followed by no additional tagged updates in the summaries up to 2026-06-09 (though there was an upstream push in January 2026).
AI summary generated
Recent updates
v2.0.2
v2.0.2 focuses on CI and development workflow improvements, including modernized pipelines, CodeQL, Dependabot, and OSSF scorecard reporting. It also bumps several dev dependencies and includes a small code change replacing deprecated String.prototype.substr() usage.
Featuresv2.0.1
This release makes a small but important change to the `status()` helper’s validation logic by preventing lookups from returning values inherited from `Object.prototype`. It also modernizes the project’s CI setup (GitHub Actions added, Travis removed) and bumps several development dependencies.
Securityv2.0.0
This release is tagged v2.0.0, but no release notes were provided by the publisher. As a result, there is not enough information here to identify new features, bug fixes, breaking changes, or other developer-impacting modifications.