Skip to content

Commit a2ed3df

Browse files
Release 1.10.6
[skip ci] ## <small>1.10.6 (2026-08-05)</small> * fix: resolve symlink chains fully when extracting (#142) ([90b2e54](90b2e54)), closes [#142](#142) [#140](#140) * chore: replace var with let/const in isRealPathSafe (#135) ([60fa3af](60fa3af)), closes [#135](#135)
1 parent 90b2e54 commit a2ed3df

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>1.10.6 (2026-08-05)</small>
4+
5+
* fix: resolve symlink chains fully when extracting (#142) ([90b2e54](https://github.com/node-modules/compressing/commit/90b2e54)), closes [#142](https://github.com/node-modules/compressing/issues/142) [#140](https://github.com/node-modules/compressing/issues/140)
6+
* chore: replace var with let/const in isRealPathSafe (#135) ([60fa3af](https://github.com/node-modules/compressing/commit/60fa3af)), closes [#135](https://github.com/node-modules/compressing/issues/135)
7+
38
## <small>1.10.5 (2026-04-13)</small>
49

510
* fix: prevent symlink path traversal via pre-existing symlinks during tar extraction ([18def23](https://github.com/node-modules/compressing/commit/18def23))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compressing",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "Everything you need for compressing and uncompressing",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)