nodejs-file-downloader
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "nodejs-file-downloader", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A file downloader for NodeJs", | ||
@@ -5,0 +5,0 @@ "main": "Downloader.js", |
@@ -122,3 +122,3 @@ nodejs-file-downloader is a simple utility for downloading files. It hides the complexity of dealing with streams, paths and duplicate file names. Can automatically repeat failed downloads. | ||
const response = await downloader.download() | ||
await downloader.download() | ||
@@ -125,0 +125,0 @@ ``` |
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
142728