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

@zip.js/zip.js

Package Overview
Dependencies
Maintainers
1
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zip.js/zip.js - npm Package Compare versions

Comparing version 2.3.21 to 2.3.22

4

index.d.ts

@@ -74,3 +74,3 @@ declare module "@zip.js/zip.js" {

useXHR?: boolean;
headers?: Iterable | Object[];
headers?: Iterable<[string, string]> | Object;
}

@@ -159,3 +159,3 @@

constructor(writer: Writer, options?: ZipWriterConstructorOptions);
public add(name: string, reader: Reader, options?: ZipWriterAddDataOptions): Promise<Entry>;
public add(name: string, reader: Reader | null, options?: ZipWriterAddDataOptions): Promise<Entry>;
public close(comment?: Uint8Array, options?: ZipWriterCloseOptions): Promise<any>;

@@ -162,0 +162,0 @@ }

@@ -6,3 +6,3 @@ {

"license": "BSD-3-Clause",
"version": "2.3.21",
"version": "2.3.22",
"type": "module",

@@ -9,0 +9,0 @@ "keywords": [

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