simple-get
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -25,2 +25,3 @@ module.exports = simpleGet | ||
if (opts.json && body) opts.headers['content-type'] = 'application/json' | ||
if (body) opts.headers['Content-Length'] = body.length | ||
@@ -27,0 +28,0 @@ // Request gzip/deflate |
{ | ||
"name": "simple-get", | ||
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"author": { | ||
@@ -24,3 +24,3 @@ "name": "Feross Aboukhadijeh", | ||
"self-signed-https": "^1.0.5", | ||
"standard": "^7.0.1", | ||
"standard": "*", | ||
"string-to-stream": "^1.0.0", | ||
@@ -27,0 +27,0 @@ "tape": "^4.0.0" |
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
20590
525