http-status
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -38,2 +38,3 @@ // Generated by CoffeeScript 1.10.0 | ||
422: 'Unprocessable Entity', | ||
424: 'Failed Dependency', | ||
429: 'Too Many Requests', | ||
@@ -83,2 +84,3 @@ 451: 'Unavailable For Legal Reasons', | ||
UNPROCESSABLE_ENTITY: 422, | ||
FAILED_DEPENDENCY: 424, | ||
TOO_MANY_REQUESTS: 429, | ||
@@ -85,0 +87,0 @@ UNAVAILABLE_FOR_LEGAL_REASONS: 451, |
{ | ||
"name": "http-status", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Interact with HTTP status code", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-http-status", |
7089
93