eh-api-client
Advanced tools
Comparing version 0.41.2 to 0.41.3
@@ -216,4 +216,4 @@ var | ||
method, | ||
url: reqParams, | ||
options, | ||
url: reqParams.url, | ||
reqParams, | ||
statusCode: res.statusCode | ||
@@ -231,4 +231,4 @@ }) | ||
method, | ||
url: reqParams, | ||
options, | ||
url: reqParams.url, | ||
reqParams, | ||
err | ||
@@ -235,0 +235,0 @@ }) |
{ | ||
"name": "eh-api-client", | ||
"version": "0.41.2", | ||
"version": "0.41.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
84901