download-pdf
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -5,5 +5,5 @@ var dl = require('download-file') | ||
dl(url, options, function(err, path){ | ||
if (err) hiss(err) | ||
if (err) throw err | ||
callback(null, path) | ||
}) | ||
} |
{ | ||
"name": "download-pdf", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Download PDF files", | ||
@@ -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