-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v7: Port to TypeScript, provide hybrid cjs/esm interface #408
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 114c7ac - Browse repository at this point
Copy the full SHA 114c7acView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9522a69 - Browse repository at this point
Copy the full SHA 9522a69View commit details -
changelog v7, flip default chmod behavior
The `noChmod` option is deprecated, and replaced with the `chmod` option. The default is now to *not* explicitly set the mode of created filesystem entries. This is a deviation from `tar(1)` implementations, but prevents the need to call `process.umask()`, which is deprecated and not thread safe. To still set modes explicitly, while avoiding the need to call `process.umask()`, a `processUmask` numeric option may now be provided along with `chmod: true`.
Configuration menu - View commit details
-
Copy full SHA for 734434c - Browse repository at this point
Copy the full SHA 734434cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 578f34f - Browse repository at this point
Copy the full SHA 578f34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb6b6c - Browse repository at this point
Copy the full SHA dfb6b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9ce7e - Browse repository at this point
Copy the full SHA ae9ce7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2330416 - Browse repository at this point
Copy the full SHA 2330416View commit details -
unpack test: use modern tap features
This replaces a lot of manual mkdir/rimraf with t.testdir()
Configuration menu - View commit details
-
Copy full SHA for b3afdbb - Browse repository at this point
Copy the full SHA b3afdbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314ec7e - Browse repository at this point
Copy the full SHA 314ec7eView commit details -
Properly handle long linkpath in PaxHeader
tar-stream creates some interesting tarballs, but they are technically allowed, and should be handled properly. Fix: #312 Also, this cleans up a flaky race condition in the unpack test.
Configuration menu - View commit details
-
Copy full SHA for 2d89a4e - Browse repository at this point
Copy the full SHA 2d89a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a260c2 - Browse repository at this point
Copy the full SHA 9a260c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 957da75 - Browse repository at this point
Copy the full SHA 957da75View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.