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.4 to 0.1.6

src/index.litcoffee

11

lib/index.js

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

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

@@ -36,4 +35,5 @@ 100: 'Continue',

415: 'Unsupported Media Type',
416: 'Requested range not satisfiable',
416: 'Requested Range not Satisfiable',
417: 'Expectation Failed',
429: 'Too Many Requests',
500: 'Internal Server Error',

@@ -44,3 +44,3 @@ 501: 'Not Implemented',

504: 'Gateway Time-out',
505: 'HTTP Version not supported',
505: 'HTTP Version not Supported',
CONTINUE: 100,

@@ -55,3 +55,3 @@ SWITCHING_PROTOCOLS: 101,

PARTIAL_CONTENT: 206,
MULTITPLE_CHOICES: 300,
MULTIPLE_CHOICES: 300,
MOVED_PERMANENTLY: 301,

@@ -81,2 +81,3 @@ FOUND: 302,

EXPECTATION_FAILED: 417,
TOO_MANY_REQUESTS: 429,
INTERNAL_SERVER_ERROR: 500,

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

{
"name": "http-status",
"version": "0.1.4",
"version": "0.1.6",
"description": "Interact with HTTP status code",
"homepage": "http://www.adaltas.com/projects/node-http-status.html",
"homepage": "http://www.adaltas.com/projects/node-http-status",
"author": "David Worms <david@adaltas.com>",

@@ -7,0 +7,0 @@ "keywords": ["http", "express", "connect"],

@@ -13,3 +13,3 @@ [![Build Status](https://secure.travis-ci.org/wdavidw/node-http-status.png)](http://travis-ci.org/wdavidw/node-http-status)

This module is very simple. A documentation would be more complicate than reading the [original code](./src/index.js).
This module is very simple. A documentation would be more complicate than reading the [original code](./src/index.litcoffee).

@@ -53,3 +53,5 @@ ### API sample

* David Worms : <https://github.com/wdavidw>
* Daniel Gasienica : <https://github.com/gasi>
* David Worms : <https://github.com/wdavidw>
* Daniel Gasienica : <https://github.com/gasi>
* Rodrigo : <rfsbraz@gmail.com>
* Paul Vollmer : <paul.vollmer@fh-potsdam.de>

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