eh-api-client
Advanced tools
Comparing version 0.46.2 to 0.46.3
@@ -27,3 +27,3 @@ var | ||
Error.captureStackTrace(error, buildError) | ||
error.stack = '(' + res.request.method + ' ' + res.request.uri.href + ') ' + error.stack | ||
error.stack = '(' + res.request.method + ' ' + res.request.uri.href + ') ' + res.statusCode + ' ' + error.name + ' ' + error.stack | ||
if(typeof data === "object") { | ||
@@ -30,0 +30,0 @@ for(var k in data) { |
{ | ||
"name": "eh-api-client", | ||
"version": "0.46.2", | ||
"version": "0.46.3", | ||
"description": "Node.js rest client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44643