-
Notifications
You must be signed in to change notification settings - Fork 255
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: isaacs/node-tar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isaacs/node-tar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 49 files changed
- 3 contributors
Commits on Mar 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 97cff15 - Browse repository at this point
Copy the full SHA 97cff15View commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f48b5fa - Browse repository at this point
Copy the full SHA f48b5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf776f6 - Browse repository at this point
Copy the full SHA bf776f6View commit details
Commits on Mar 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 35a1ffe - Browse repository at this point
Copy the full SHA 35a1ffeView commit details
Commits on Mar 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for dd1c36a - Browse repository at this point
Copy the full SHA dd1c36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01082a4 - Browse repository at this point
Copy the full SHA 01082a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a294d3 - Browse repository at this point
Copy the full SHA 2a294d3View commit details
Commits on Mar 23, 2026
-
fix(extract): prevent raced symlink writes outside cwd
Fix a race in file extraction where a destination path could be swapped to a symlink after the existing `lstat()` check but before the file was opened. This change uses `O_NOFOLLOW` for extracted file writes on non-Windows platforms so the final open does not follow a symlink at the destination path. Also adds a regression test that reproduces the race and checks that extraction does not overwrite a file outside the target directory. PR-URL: #456 Credit: @Jvr2022 Close: #456 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 119c401 - Browse repository at this point
Copy the full SHA 119c401View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6611ae - Browse repository at this point
Copy the full SHA d6611aeView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.5.10...v7.5.13