Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-29 | 511 Bytes | |
v2.8.3 source code.tar.gz | 2025-09-29 | 1.9 MB | |
v2.8.3 source code.zip | 2025-09-29 | 2.1 MB | |
Totals: 3 Items | 4.0 MB | 0 |
- Added support of JavaScript-based implementation of Compression Streams API based on zlib (see https://github.com/gildas-lormeau/zlib-streams-ts) as an alternative to the default WASM-based implementation. See the new
exports
property in thepackage.json
file and files in the/dist
folder, JavaScript-based implementations are suffixed with-native
(e.g../index-native.js
). - Fixed
malloc
error in environments not fully supporting WASM (see https://github.com/gildas-lormeau/zip.js/issues/605)