@0x/api-utils
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -80,3 +80,3 @@ "use strict"; | ||
errorBody: { | ||
reason: HttpStatus.getStatusText(statusCode), | ||
reason: HttpStatus.getReasonPhrase(statusCode), | ||
}, | ||
@@ -161,2 +161,2 @@ }; | ||
// tslint:enable:completed-docs | ||
//# sourceMappingURL=error_handler.js.map | ||
//# sourceMappingURL=error_handler.js.map |
{ | ||
"name": "@0x/api-utils", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "lib/src/index.js", | ||
@@ -33,6 +33,6 @@ "types": "lib/src/index.d.ts", | ||
"prettier": "^2.0.0", | ||
"source-map-support": "^0.5.19", | ||
"supertest": "^4.0.2", | ||
"source-map-support": "^0.5.21", | ||
"supertest": "^6.3.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -51,4 +51,4 @@ "dependencies": { | ||
"express": "^4.17.1", | ||
"http-status-codes": "^1.3.2", | ||
"jsonschema": "^1.4.0", | ||
"http-status-codes": "^2.2.0", | ||
"jsonschema": "^1.4.1", | ||
"pino": "^8.5.0", | ||
@@ -55,0 +55,0 @@ "pino-http": "^8.2.0", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
65047
907
4
+ Addedhttp-status-codes@2.3.0(transitive)
- Removedhttp-status-codes@1.4.0(transitive)
Updatedhttp-status-codes@^2.2.0
Updatedjsonschema@^1.4.1