
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
builtin-status-codes
Advanced tools
The map of HTTP status codes from the builtin http module. Exposes the latest directly from
httpin Node, with a zero-dependencies version for the browser.
$ npm install --save builtin-status-codes
var codes = require('builtin-status-codes')
codes[100]
//=> Continue
To create a new browser build:
$ npm run build
MIT © Ben Drucker
The `http-status-codes` package offers a comprehensive list of HTTP status codes and reason phrases, similar to `builtin-status-codes`. It also provides utility functions for getting the reason phrase by status code, checking if a status code is in a certain range (e.g., informational, success, redirection, client error, server error), and more. This makes it a bit more feature-rich compared to `builtin-status-codes`, which primarily focuses on mapping status codes to reason phrases.
The `statuses` package is another alternative that provides an easy way to get HTTP response status codes and messages. It not only includes the standard HTTP status codes but also custom codes used by popular software like nginx. Compared to `builtin-status-codes`, `statuses` offers a wider range of status codes and the ability to extend or customize the list of status codes and messages.
FAQs
The map of HTTP status codes from the builtin http module
The npm package builtin-status-codes receives a total of 8,186,131 weekly downloads. As such, builtin-status-codes popularity was classified as popular.
We found that builtin-status-codes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.