Releases: fpsqdb/zip-lib
Releases · fpsqdb/zip-lib
v1.0.5
Features
- Add
compressionLevel
option.
Dependencies
- Upgrade
yauzl
to v3.2.0
- Upgrade
yazl
to v3.2.1
v1.0.0
Breaking Changes
- Upgrade
yauzl
to v3.1.0
- Drop support for node.js < 12.
Others
- Upgrade other dependencies.
v0.7.3
There is no difference from v0.7.2, only extra keywords are added to package.json
v0.7.1
Performance
- Fix the impact on unzip performance due to fixing the Arbitrary File Write vulnerability.
v0.7.0
Fixes
- Fixed the unzipped symlink is broken when the symlink target is a directory on windows.
v0.6.0
Security Fixes
- Update dev-dependencies to fix CVE-2020-7598.
- Vulnerable to an Arbitrary File Write.
Fixes
- Fix
EMFILE
error when archive a large number of files.