You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ffflorian/jszip-cli

Package Overview
Dependencies
Maintainers
1
Versions
100
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.15.4
to
3.15.5
+3
-4
package.json

@@ -17,3 +17,2 @@ {

"cross-env": "10.1.0",
"rimraf": "6.1.3",
"tsx": "4.21.0",

@@ -41,3 +40,3 @@ "typescript": "6.0.2",

"build": "tsc -p tsconfig.build.json",
"clean": "rimraf dist",
"clean": "rm -rf dist",
"dist": "yarn clean && yarn build",

@@ -48,4 +47,4 @@ "start": "tsx src/cli.ts -V",

"type": "module",
"version": "3.15.4",
"gitHead": "57761e1993085e097a8c25d08f912c8666169993"
"version": "3.15.5",
"gitHead": "2d037f034a0b123365736d4705fbfaa179365ef3"
}