@ffflorian/jszip-cli
Advanced tools
@@ -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; |
+2
-2
@@ -47,4 +47,4 @@ { | ||
| "type": "module", | ||
| "version": "3.9.0", | ||
| "gitHead": "710af5a32b89acf0765daa81ced41e5031f67116" | ||
| "version": "3.9.1", | ||
| "gitHead": "f0960af4e8f76cf9995b1ac709201961c8d00dc2" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
67957
0.04%723
0.28%