Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ipull

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipull - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/download/stream-progress/fast-download.d.ts

@@ -13,2 +13,3 @@ import TurboDownloader from "turbo-downloader";

progress(callback: (progressBytes: number, totalBytes: number) => void): Promise<void>;
private static get _TurboDownloaderClass();
}

@@ -17,3 +17,3 @@ import TurboDownloader from "turbo-downloader";

await fs.ensureFile(this._savePath);
this._downloader = new TurboDownloader.default({
this._downloader = new FastDownload._TurboDownloaderClass({
url: await this._getRedirectedURL(),

@@ -41,3 +41,8 @@ destFile: this._savePath,

}
static get _TurboDownloaderClass() {
if (TurboDownloader && "default" in TurboDownloader)
return TurboDownloader.default;
return TurboDownloader;
}
}
//# sourceMappingURL=fast-download.js.map

2

package.json
{
"name": "ipull",
"version": "1.0.3",
"version": "1.0.4",
"description": "Super fast cli file downloader",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc