follow-redirects
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -67,3 +67,5 @@ var url = require("url"); | ||
if (data.length === 0) { | ||
callback(); | ||
if (callback) { | ||
callback(); | ||
} | ||
return; | ||
@@ -70,0 +72,0 @@ } |
{ | ||
"name": "follow-redirects", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "HTTP and HTTPS modules that follow redirects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19146
266