Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

builtin-status-codes

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

builtin-status-codes

The map of HTTP status codes from the builtin http module

    3.0.0latest
    GitHub
    npm

Version published
Maintainers
1
Weekly downloads
7,858,379
decreased by-9.09%

Weekly downloads

Readme

Source

builtin-status-codes Build Status

The map of HTTP status codes from the builtin http module. Exposes the latest directly from http in Node, with a zero-dependencies version for the browser.

Install

$ npm install --save builtin-status-codes

Usage

var codes = require('builtin-status-codes')
codes[100]
//=> Continue

Build

To create a new browser build:

$ npm run build

License

MIT © Ben Drucker

Keywords

FAQs

Last updated on 29 Jun 2016

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc