Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0x/api-utils

Package Overview
Dependencies
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/api-utils - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

lib/src/middleware/error_handler.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc