download-manager
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -76,3 +76,3 @@ var fs = require('fs') | ||
if(!path.isAbsolute(fileName)) filename = stripDirs(oldFileName, strip) | ||
if(!path.isAbsolute(fileName)) filename = stripDirs(fileName, strip) | ||
@@ -89,3 +89,3 @@ fs.readFile(path.join(deps, name, fpath, filename), 'utf8', callback) | ||
if(!path.isAbsolute(fileName)) filename = stripDirs(oldFileName, strip) | ||
if(!path.isAbsolute(fileName)) filename = stripDirs(fileName, strip) | ||
@@ -92,0 +92,0 @@ fs.writeFile(path.join(deps, name, fpath, filename), content) |
{ | ||
"name": "download-manager", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Download files and tarballs and process them later", | ||
@@ -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
5068