tiny-json-http
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -38,3 +38,3 @@ var qs = require('querystring') | ||
if (!ok) { | ||
callback(Error('GET failed with: ' + statusCode)) | ||
callback(Error(httpMethod + ' failed with: ' + statusCode)) | ||
res.resume() | ||
@@ -41,0 +41,0 @@ return |
{ | ||
"name": "tiny-json-http", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
4905