wget-improved
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -12,2 +12,5 @@ 'use strict' | ||
function download(src, output, options, redirects) { | ||
if(typeof redirects === "undefined") { | ||
redirects = 0; | ||
} | ||
var downloader = new EventEmitter(), | ||
@@ -14,0 +17,0 @@ srcUrl, |
{ | ||
"name": "wget-improved", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "wget in nodejs, forked from wget to add improvements and help maintain the project", | ||
@@ -5,0 +5,0 @@ "keywords": ["download", "http", "https", "ftp", "proxy", "wget"], |
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
9669
169