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 1.0.0 to 1.0.1

28

lib/index.js

@@ -12,2 +12,5 @@ // Generated by CoffeeScript 1.10.0

206: 'Partial Content',
207: 'Multi Status',
208: 'Already Reported',
226: 'IM Used',
300: 'Multiple Choices',

@@ -19,3 +22,5 @@ 301: 'Moved Permanently',

305: 'Use Proxy',
306: 'Switch Proxy',
307: 'Temporary Redirect',
308: 'Permanent Redirect',
400: 'Bad Request',

@@ -40,6 +45,10 @@ 401: 'Unauthorized',

418: 'I\'m a teapot',
421: 'Misdirected Request',
422: 'Unprocessable Entity',
423: 'Locked',
424: 'Failed Dependency',
426: 'Upgrade Required',
428: 'Precondition Required',
429: 'Too Many Requests',
431: 'Request Header Fields Too Large',
451: 'Unavailable For Legal Reasons',

@@ -52,3 +61,7 @@ 500: 'Internal Server Error',

505: 'HTTP Version not Supported',
506: 'Variant Also Negotiates',
507: 'Insufficient Storage',
508: 'Loop Detected',
510: 'Not Extended',
511: 'Network Authentication Required',
CONTINUE: 100,

@@ -63,2 +76,5 @@ SWITCHING_PROTOCOLS: 101,

PARTIAL_CONTENT: 206,
MULTI_STATUS: 207,
ALREADY_REPORTED: 208,
IM_USED: 226,
MULTIPLE_CHOICES: 300,

@@ -70,3 +86,5 @@ MOVED_PERMANENTLY: 301,

USE_PROXY: 305,
SWITCH_PROXY: 306,
TEMPORARY_REDIRECT: 307,
PERMANENT_REDIRECT: 308,
BAD_REQUEST: 400,

@@ -91,6 +109,10 @@ UNAUTHORIZED: 401,

IM_A_TEAPOT: 418,
MISDIRECTED_REQUEST: 421,
UNPROCESSABLE_ENTITY: 422,
UPGRADE_REQUIRED: 426,
PRECONDITION_REQUIRED: 428,
LOCKED: 423,
FAILED_DEPENDENCY: 424,
TOO_MANY_REQUESTS: 429,
REQUEST_HEADER_FIELDS_TOO_LARGE: 431,
UNAVAILABLE_FOR_LEGAL_REASONS: 451,

@@ -103,3 +125,7 @@ INTERNAL_SERVER_ERROR: 500,

HTTP_VERSION_NOT_SUPPORTED: 505,
INSUFFICIENT_STORAGE: 507
VARIANT_ALSO_NEGOTIATES: 506,
INSUFFICIENT_STORAGE: 507,
LOOP_DETECTED: 508,
NOT_EXTENDED: 510,
NETWORK_AUTHENTICATION_REQUIRED: 511
};

2

package.json
{
"name": "http-status",
"version": "1.0.0",
"version": "1.0.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