Releases: node-modules/compressing
Releases · node-modules/compressing
v2.1.1
Immutable
release. Only release title and notes can be modified.
v1.10.5
Immutable
release. Only release title and notes can be modified.
1.10.5 (2026-04-13)
- fix: prevent symlink path traversal via pre-existing symlinks during tar extraction (18def23)
This release is also available on:
v2.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Immutable
release. Only release title and notes can be modified.
v1.10.4
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: v1.10.3...v1.10.4
v2.0.0
2.0.0 (2025-08-09)
- fix: impl _final method instead hack pipe event (#114) (ba52b7b), closes #114
- feat: remove
pumpand raise minimum node to v18 (#113) (8ac1164), closes #113
BREAKING CHANGE
- Drop Node.js < 18 support
Node.js 4 is long EOL, so this PR raises it to 18 as per comment. Node
10 has built-in stream.pipeline and fs.mkdir with recursive
option, which can be used instead of pump (they are the same).
Summary by CodeRabbit
- Chores
- Replaced the external stream piping utility with the native Node.js
stream API throughout the codebase and tests. - Updated documentation examples to reflect the new usage of the native
stream API. - Replaced external directory creation utilities with native Node.js
directory creation methods using recursive options. - Removed obsolete dependencies and increased the minimum required
Node.js version to 18.0.0.
This release is also available on: