New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

http-status

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-status - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.10.0
module.exports = {

@@ -39,2 +39,3 @@ 100: 'Continue',

429: 'Too Many Requests',
451: 'Unavailable For Legal Reasons',
500: 'Internal Server Error',

@@ -82,2 +83,3 @@ 501: 'Not Implemented',

TOO_MANY_REQUESTS: 429,
UNAVAILABLE_FOR_LEGAL_REASONS: 451,
INTERNAL_SERVER_ERROR: 500,

@@ -84,0 +86,0 @@ NOT_IMPLEMENTED: 501,

{
"name": "http-status",
"version": "0.2.0",
"version": "0.2.1",
"description": "Interact with HTTP status code",

@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-http-status",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc