@zip.js/zip.js
Advanced tools
Comparing version 2.3.22 to 2.3.23
@@ -83,3 +83,3 @@ declare module "@zip.js/zip.js" { | ||
constructor(encoding?: string); | ||
public getData(): string; | ||
public getData(): Promise<string>; | ||
} | ||
@@ -86,0 +86,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.3.22", | ||
"version": "2.3.23", | ||
"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
2429392