Back to Explore

jshttp/statuses

GitHub
1 watchersOpen source

Last release: 6/6/2025

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

  • jshttp/statuses appears actively maintained, with an upstream push on 2026-01-03 and a documented update v2.0.2 on 2025-06-06.
  • The apparent update cadence is difficult to determine from the provided evidence, but updates and ongoing repository activity suggest it is in an active development phase rather than maintenance-only mode.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v2.0.2

    6/6/2025

    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.

    Features