🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@tokenizer/inflate

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokenizer/inflate - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+5
-3
lib/GzipHandler.js

@@ -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;

{
"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"