Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ffflorian/jszip-cli

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ffflorian/jszip-cli - npm Package Compare versions

Comparing version
3.9.0
to
3.9.1
+4
-2
dist/ExtractService.js

@@ -48,3 +48,4 @@ import os from 'node:os';

let lastPercent = 0;
await Promise.all(entries.map(async ([filePath, entry], index) => {
let index = 0;
for (const [filePath, entry] of entries) {
const resolvedFilePath = path.join(this.outputDir, filePath);

@@ -74,3 +75,4 @@ if (entry.dir) {

}
}));
index++;
}
}

@@ -77,0 +79,0 @@ return this;

@@ -47,4 +47,4 @@ {

"type": "module",
"version": "3.9.0",
"gitHead": "710af5a32b89acf0765daa81ced41e5031f67116"
"version": "3.9.1",
"gitHead": "f0960af4e8f76cf9995b1ac709201961c8d00dc2"
}