Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-01 | 729 Bytes | |
v2.7.71 source code.tar.gz | 2025-08-01 | 1.5 MB | |
v2.7.71 source code.zip | 2025-08-01 | 1.8 MB | |
Totals: 3 Items | 3.3 MB | 1 |
- Improved security in
ZipReader
by: - adding the
checkOverlappingEntry
andcheckOverlappingEntryOnly
options to detect potential non-recursive zip-bombs (e.g. "A better zip bomb"), more info here: https://github.com/gildas-lormeau/zip.js/discussions/587#discussioncomment-13911457 - making sure that the output size of the decompressed entry data matches the expected size exactly
- Fixed
URLString
type in the type definition file - Updated dev dependencies