New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

rest-api-errors

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-api-errors - npm Package Compare versions

Comparing version
1.1.4
to
1.1.5
+1
-1
index.js

@@ -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);

{
"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"
}