Comparing version 0.3.3 to 0.3.4
@@ -72,4 +72,4 @@ var http = require("http"), | ||
// if disableRedirect is set, then 0 | ||
if(!this.options.disableRedirect && typeof this.options.maxredirects != "number" && | ||
!(this.options.maxredirects instanceof Number)){ | ||
if(!this.options.disableRedirect && typeof this.options.maxRedirects != "number" && | ||
!(this.options.maxRedirects instanceof Number)){ | ||
this.options.maxRedirects = 10; | ||
@@ -76,0 +76,0 @@ }else if(this.options.disableRedirects){ |
{ | ||
"name": "fetch", | ||
"description": "Fetch URL contents", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"author": "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
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