http-status
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -38,2 +38,3 @@ // Generated by CoffeeScript 1.10.0 | ||
422: 'Unprocessable Entity', | ||
423: 'Locked', | ||
424: 'Failed Dependency', | ||
@@ -84,2 +85,3 @@ 429: 'Too Many Requests', | ||
UNPROCESSABLE_ENTITY: 422, | ||
LOCKED: 423, | ||
FAILED_DEPENDENCY: 424, | ||
@@ -86,0 +88,0 @@ TOO_MANY_REQUESTS: 429, |
{ | ||
"name": "http-status", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Interact with HTTP status code", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-http-status", |
7121
95