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
97
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
2.1.1
to
2.1.2
+28
-11
package.json

@@ -8,7 +8,7 @@ {

"commander": "2.19.0",
"cosmiconfig": "5.0.6",
"fs-extra": "7.0.0",
"cosmiconfig": "5.0.7",
"fs-extra": "7.0.1",
"jszip": "3.1.5",
"logdown": "3.2.7",
"progress": "2.0.0"
"progress": "2.0.1"
},

@@ -19,14 +19,16 @@ "description": "A zip CLI based on jszip.",

"@types/fs-extra": "5.0.4",
"@types/jasmine": "2.8.9",
"@types/jasmine": "3.3.0",
"@types/jszip": "3.1.4",
"@types/node": "10.11.7",
"@types/node": "10.12.7",
"@types/progress": "2.0.1",
"jasmine": "3.2.0",
"prettier": "1.14.3",
"husky": "1.2.0",
"jasmine": "3.3.0",
"lint-staged": "8.1.0",
"prettier": "1.15.2",
"rimraf": "2.6.2",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-config-prettier": "1.15.0",
"tslint-plugin-prettier": "2.0.0",
"typescript": "3.1.2"
"tslint-config-prettier": "1.16.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.1.6"
},

@@ -36,2 +38,7 @@ "files": [

],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [

@@ -44,2 +51,12 @@ "cli",

"license": "MIT",
"lint-staged": {
"*.ts": [
"tslint --config tslint.json --project tsconfig.json --fix",
"git add"
],
"*.{json,md,css}": [
"prettier --write",
"git add"
]
},
"main": "dist/index.js",

@@ -57,3 +74,3 @@ "name": "@ffflorian/jszip-cli",

"types": "dist/index.d.ts",
"version": "2.1.1"
"version": "2.1.2"
}