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
- Maintenance status: The upstream repository shows a recent push (2026-01-03), but the most recently summarized updates are v2.0.2 on 2025-06-06, suggesting active maintenance with long intervals between tagged changes.
- Apparent update cadence: Tagged updates appear infrequent, with large gaps between v2.0.0 (2020-04-19), v2.0.1 (2021-01-03), and v2.0.2 (2025-06-06). A further upstream push occurred in early 2026 without a corresponding tagged update in the provided summaries.
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.