New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.10 to 3.0.11

2

dist/download/download-engine/download-file/download-engine-file.js

@@ -50,3 +50,3 @@ import ProgressStatusFile, { DownloadStatus } from "./progress-status-file.js";

.reduce((acc, bytes) => acc + bytes, 0);
const partNotFinishedYet = this._progress.part < this.file.parts.length - 1;
const partNotFinishedYet = this._downloadStatus !== DownloadStatus.Finished;
const chunksBytes = (partNotFinishedYet ? activeDownloadBytes : 0) + previousPartsBytes;

@@ -53,0 +53,0 @@ return Math.min(chunksBytes + streamingBytes, this.downloadSize);

{
"name": "ipull",
"version": "3.0.10",
"version": "3.0.11",
"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",

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