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.1.7 to 0.1.8

4

lib/index.js

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

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

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

417: 'Expectation Failed',
422: 'Unprocessable Entity',
429: 'Too Many Requests',

@@ -79,2 +80,3 @@ 500: 'Internal Server Error',

EXPECTATION_FAILED: 417,
UNPROCESSABLE_ENTITY: 422,
TOO_MANY_REQUESTS: 429,

@@ -81,0 +83,0 @@ INTERNAL_SERVER_ERROR: 500,

{
"name": "http-status",
"version": "0.1.7",
"version": "0.1.8",
"description": "Interact with HTTP status code",

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

Sorry, the diff of this file is not supported yet

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