@tokenizer/inflate
Advanced tools
@@ -33,5 +33,7 @@ import { AsyncGunzip } from 'fflate'; | ||
| if (size === 0) { | ||
| done = true; | ||
| if (!cancelled) { | ||
| parent.gunzip.push(new Uint8Array(0), true); | ||
| if (!done) { | ||
| done = true; | ||
| if (!cancelled) { | ||
| parent.gunzip.push(new Uint8Array(0), true); | ||
| } | ||
| } | ||
@@ -38,0 +40,0 @@ return; |
+4
-4
| { | ||
| "name": "@tokenizer/inflate", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "Tokenized zip support", | ||
@@ -40,8 +40,8 @@ "type": "module", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^22.15.21", | ||
| "@types/node": "^22.15.30", | ||
| "chai": "^5.2.0", | ||
| "del-cli": "^6.0.0", | ||
| "file-type": "^21.0.0", | ||
| "mocha": "^11.1.0", | ||
| "strtok3": "^10.2.2", | ||
| "mocha": "^11.5.0", | ||
| "strtok3": "^10.3.1", | ||
| "ts-node": "^10.9.2", | ||
@@ -48,0 +48,0 @@ "typescript": "^5.8.3" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28618
0.28%506
0.4%0
-100%