🚀 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.2.6
to
0.2.7
+11
-11
package.json
{
"name": "@tokenizer/inflate",
"version": "0.2.6",
"version": "0.2.7",
"description": "Tokenized zip support",

@@ -25,3 +25,3 @@ "type": "module",

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -35,19 +35,19 @@ "author": {

"devDependencies": {
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/client-s3": "^3.750.0",
"@biomejs/biome": "=1.9.4",
"@tokenizer/s3": "^0.5.1",
"@tokenizer/s3": "^1.0.1",
"@types/chai": "^5.0.1",
"@types/debug": "^4",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.3",
"chai": "^5.1.2",
"@types/node": "^22.13.5",
"chai": "^5.2.0",
"del-cli": "^6.0.0",
"file-type": "^19.6.0",
"mocha": "^10.8.2",
"strtok3": "^10.0.1",
"file-type": "^20.1.0",
"mocha": "^11.1.0",
"strtok3": "^10.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"debug": "^4.3.7",
"debug": "^4.4.0",
"fflate": "^0.8.2",

@@ -54,0 +54,0 @@ "token-types": "^6.0.0"

[![Node.js CI](https://github.com/Borewit/tokenizer-inflate/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/Borewit/tokenizer-inflate/actions/workflows/nodejs-ci.yml)
[![NPM version](https://badge.fury.io/js/%40tokenizer%2Finflate.svg)](https://npmjs.org/package/@tokenizer/inflate)
[![npm downloads](https://img.shields.io/npm/dm/@tokenizer%2Finflate.svg)](https://npmcharts.com/compare/%40tokenizer%2Finflate?start=1200&interval=30)
[![Bundle Size](https://pkg-size.dev/badge/bundle/8168)](https://pkg-size.dev/@tokenizer/inflate)

@@ -110,6 +109,7 @@ # @tokenizer/inflate

Starting with version 7, the module has migrated from [CommonJS](https://en.wikipedia.org/wiki/CommonJS) to [pure ECMAScript Module (ESM)](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
This module is a [pure ECMAScript Module (ESM)](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
The distributed JavaScript codebase is compliant with the [ECMAScript 2020 (11th Edition)](https://en.wikipedia.org/wiki/ECMAScript_version_history#11th_Edition_%E2%80%93_ECMAScript_2020) standard.
If used with Node.js, it requires version ≥ 18.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.