Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@endo/zip

Package Overview
Dependencies
Maintainers
5
Versions
45
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.0 to 1.0.1

10

package.json
{
"name": "@endo/zip",
"version": "1.0.0",
"version": "1.0.1",
"description": "A minimal, synchronous Zip reader and writer",

@@ -33,5 +33,5 @@ "keywords": [

"cover": "c8 ava",
"lint": "yarn lint:types && yarn lint:js",
"lint": "yarn lint:types && yarn lint:eslint",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:eslint": "eslint .",
"lint:types": "tsc",

@@ -50,3 +50,3 @@ "test": "ava"

"prettier": "^3.0.0",
"typescript": "~5.2.2"
"typescript": "~5.3.3"
},

@@ -78,3 +78,3 @@ "files": [

},
"gitHead": "6aa22009bf8128575c446aebceb0f9a01459d165"
"gitHead": "373f9eebab66c94ed42350473c90fb25e6054f0a"
}

@@ -13,3 +13,3 @@ export class BufferReader {

*/
set index(arg: number);
set index(index: number);
/**

@@ -22,3 +22,3 @@ * @returns {number}

*/
set offset(arg: number);
set offset(offset: number);
/**

@@ -25,0 +25,0 @@ * @param {number} index

@@ -13,3 +13,3 @@ export class BufferWriter {

*/
set index(arg: number);
set index(index: number);
/**

@@ -16,0 +16,0 @@ * @returns {number}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc