Comparing version 0.5.8 to 0.5.9
@@ -311,3 +311,3 @@ ////////////////////////////////////////// | ||
if (err || !opts.output) | ||
if (err || !opts.output || resp.statusCode != 200) | ||
return callback(err, resp, resp.body); | ||
@@ -314,0 +314,0 @@ |
{ | ||
"name": "needle" | ||
, "version": "0.5.8" | ||
, "version": "0.5.9" | ||
, "description": "Tiny yet feature-packed HTTP client. With multipart, charset decoding and proxy support." | ||
@@ -5,0 +5,0 @@ , "keywords": ["http", "https", "simple", "request", "client", "multipart", "upload", "proxy", "deflate", "timeout", "charset", "iconv"] |
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
36224