@zip.js/zip.js
Advanced tools
Comparing version 2.6.84 to 2.7.0
@@ -867,3 +867,3 @@ /** | ||
*/ | ||
getData?<Type>(writer: Writer<Type> | WritableWriter | WritableStream | AsyncGenerator<Writer<unknown> | WritableWriter | WritableStream, boolean>, options?: EntryGetDataOptions): Promise<Type> | ||
getData?<Type>(writer: Writer<Type> | WritableWriter | WritableStream | AsyncGenerator<Writer<unknown> | WritableWriter | WritableStream | undefined | null, boolean>, options?: EntryGetDataOptions): Promise<Type | undefined> | ||
} | ||
@@ -870,0 +870,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.6.84", | ||
"version": "2.7.0", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "keywords": [ |
@@ -9,3 +9,3 @@ # Introduction | ||
## Demo | ||
# Demo | ||
@@ -12,0 +12,0 @@ See https://gildas-lormeau.github.io/zip-manager |
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
2805687