simple-get
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -44,3 +44,2 @@ module.exports = simpleGet | ||
opts.url = res.headers.location | ||
parseOptsUrl(opts) | ||
res.resume() // Discard response | ||
@@ -47,0 +46,0 @@ |
{ | ||
"name": "simple-get", | ||
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh", |
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
27114
648