Navigation Menu

Skip to content

Commit

Permalink
tar@6.1.6
Browse files Browse the repository at this point in the history
  * fix: properly handle top-level files when using strip
  * Avoid an unlikely but theoretically possible redos
  * WriteEntry backpressure
  * fix(unpack): always resume parsing after an entry error
  * fix(unpack): fix hang on large file on open() fail
  * fix: properly prefix hard links
  • Loading branch information
wraithgar committed Aug 5, 2021
1 parent d14a930 commit 15fae49
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 92 deletions.
7 changes: 4 additions & 3 deletions node_modules/tar/lib/extract.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions node_modules/tar/lib/list.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 3 additions & 14 deletions node_modules/tar/lib/pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions node_modules/tar/lib/strip-trailing-slashes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 42 additions & 13 deletions node_modules/tar/lib/unpack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15fae49

Please sign in to comment.