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

@endo/zip

Package Overview
Dependencies
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/zip - npm Package Compare versions

Comparing version
1.0.11
to
1.1.0
+13
-19
package.json
{
"name": "@endo/zip",
"version": "1.0.11",
"version": "1.1.0",
"description": "A minimal, synchronous Zip reader and writer",

@@ -33,3 +33,2 @@ "keywords": [

"postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"",
"cover": "c8 ava",
"lint": "yarn lint:types && yarn lint:eslint",

@@ -39,15 +38,10 @@ "lint-fix": "eslint --fix .",

"lint:types": "tsc",
"test": "ava"
"test": "yarn run -T ses-ava",
"test:c8": "c8 ${C8_OPTIONS:-} yarn run -T ses-ava"
},
"devDependencies": {
"ava": "^6.1.3",
"babel-eslint": "^10.1.0",
"c8": "^7.14.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3"
"ava": "catalog:dev",
"c8": "catalog:dev",
"eslint": "catalog:dev",
"typescript": "~5.9.2"
},

@@ -73,7 +67,7 @@ "files": [

},
"ava": {
"files": [
"test/**/*.test.*"
],
"timeout": "2m"
"sesAvaConfigs": {
"lockdown": "../../ava-endo-lockdown.config.mjs",
"unsafe": "../../ava-endo-lockdown-unsafe.config.mjs",
"base": "../../ava-base.config.mjs",
"noop-harden": "../../ava-noop-harden.config.mjs"
},

@@ -83,3 +77,3 @@ "typeCoverage": {

},
"gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b"
"gitHead": "f91329e8616a19f131d009356a5f11ef11c839cc"
}