rest-api-errors
Advanced tools
+1
-1
@@ -34,3 +34,3 @@ function APIError(status, code, message) { | ||
| function EntityTooLarge(code, message) { | ||
| APIError.call(this, 419, code, message); | ||
| APIError.call(this, 413, code, message); | ||
| } | ||
@@ -37,0 +37,0 @@ EntityTooLarge.prototype = Object.create(APIError.prototype); |
+11
-3
| { | ||
| "name": "rest-api-errors", | ||
| "version": "1.1.4", | ||
| "version": "1.1.5", | ||
| "description": "Common errors to that can be thrown to simplify promise based api implementations", | ||
@@ -14,4 +14,12 @@ "main": "index.js", | ||
| ], | ||
| "author": "blakgeek", | ||
| "license": "ISC" | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/blakgeek/rest-api-errors.git" | ||
| }, | ||
| "author": "Carlos \"blakgeek\" Lawton", | ||
| "license": "MIT", | ||
| "bugs": { | ||
| "url": "https://github.com/blakgeek/rest-api-errors/issues" | ||
| }, | ||
| "homepage": "https://github.com/blakgeek/rest-api-errors" | ||
| } |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1970
15.41%0
-100%1
-50%0
-100%