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

@0x/api-utils

Package Overview
Dependencies
Maintainers
12
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.2 to 0.0.3

2

lib/src/middleware/error_handler.js

@@ -112,2 +112,4 @@ "use strict";

res.status(statusCode).send(errorBody);
// temporarily logging the errorBody for all errors for data colleciton as per TKR-436
req.log.child({ errorBody }).error("data for TKR-436");
// If the error is an internal error, log it with the stack!

@@ -114,0 +116,0 @@ // All other error responses are logged as part of request logging // TODO: currently

2

package.json
{
"name": "@0x/api-utils",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/src/index.js",

@@ -5,0 +5,0 @@ "types": "lib/src/index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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