@zip.js/zip.js
Advanced tools
Comparing version 2.3.21 to 2.3.22
@@ -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": [ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
2429383
32