@zip.js/zip.js
Advanced tools
Comparing version 2.2.27 to 2.2.28
@@ -204,3 +204,3 @@ declare module "@zip.js/zip.js" { | ||
addData64URI(name: string, dataURI: string): ZipFileEntry; | ||
addUint8Array(name, array): ZipFileEntry; | ||
addUint8Array(name: string, array: Uint8Array): ZipFileEntry; | ||
addHttpContent(name: string, url: string, options?: HttpOptions): ZipFileEntry; | ||
@@ -249,2 +249,2 @@ addFileSystemEntry(fileSystemEntry: FileSystemEntry): Promise<ZipEntry>; | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.2.27", | ||
"version": "2.2.28", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2281412
36120