http-status-cli
Advanced tools
+1
-1
| { | ||
| "name": "http-status-cli", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "HTTP Status code message CLI lookup", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
+6
-2
| http-status-cli | ||
| ====== | ||
| Why | ||
| ------ | ||
| I always forget what some status codes is and what they do. Therefore I find this tool handy to do a quick lookup. | ||
| Installation | ||
@@ -49,6 +53,6 @@ ------ | ||
| Lint | ||
| Tests | ||
| ------ | ||
| ``` | ||
| npm run lint | ||
| npm test | ||
| ``` | ||
@@ -55,0 +59,0 @@ |
@@ -15,5 +15,5 @@ 'use strict'; | ||
| it('should return an exception if the code is invalid', function() { | ||
| it('should throw an exception if the code is invalid', function() { | ||
| assert.throws(function() { httpStatus(1337) }, Error, 'HTTP status code not found'); | ||
| }); | ||
| }); |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
20840
0.59%66
6.45%