@0x/api-utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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 |
{ | ||
"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
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
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
63842
883