Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "ipull", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -162,4 +162,6 @@ <div align="center"> | ||
You can cancel the download by calling the `abort` method | ||
You can cancel the download by calling the `close` method (it will not delete the file). | ||
If you want to also delete the file, you can call the `closeAndDeleteFile` method. | ||
```ts | ||
@@ -166,0 +168,0 @@ import {downloadFile} from 'ipull'; |
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
236249
306