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
5
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.10
to
1.0.11
+3
-3
package.json
{
"name": "@endo/zip",
"version": "1.0.10",
"version": "1.0.11",
"description": "A minimal, synchronous Zip reader and writer",

@@ -32,3 +32,3 @@ "keywords": [

"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
"postpack": "git clean -fX \"*.d.ts*\" \"*.d.cts*\" \"*.d.mts*\" \"*.tsbuildinfo\"",
"cover": "c8 ava",

@@ -81,3 +81,3 @@ "lint": "yarn lint:types && yarn lint:eslint",

},
"gitHead": "571b7803cf10df7cb4fa9d70e4d53a0b53767fa8"
"gitHead": "03b92fc383da5d8bb4ea993b90149a0db5799d0b"
}