-
-
Notifications
You must be signed in to change notification settings - Fork 19
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: ljharb/shell-quote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ljharb/shell-quote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 17 files changed
- 1 contributor
Commits on Jun 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7184b44 - Browse repository at this point
Copy the full SHA 7184b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba368a - Browse repository at this point
Copy the full SHA 9ba368aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa9e8f - Browse repository at this point
Copy the full SHA 9aa9e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca6e21 - Browse repository at this point
Copy the full SHA dca6e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e8497 - Browse repository at this point
Copy the full SHA 75e8497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a76c1a - Browse repository at this point
Copy the full SHA 7a76c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for abe0163 - Browse repository at this point
Copy the full SHA abe0163View commit details -
[actions] Windows + node 4/6/7: pin eslint to 9 before install, since…
… npm 2/3 cannot stage eslint 10`@types/esrecurse`
Configuration menu - View commit details
-
Copy full SHA for 3fb739d - Browse repository at this point
Copy the full SHA 3fb739dView commit details -
[actions] Windows + node 5/7: install deps with a modern node
node 7's bundled npm 4.2.0 can neither self-upgrade (`Cannot read property 'path' of null`) nor TLS-handshake with the current registry (EPROTO), and node 5 segfaults in the `prepublish` lifecycle. Since the deps are pure JS, install them with a modern node + npm (skipping lifecycle scripts), then switch to the target node only to run the tests.
Configuration menu - View commit details
-
Copy full SHA for b4bafa2 - Browse repository at this point
Copy the full SHA b4bafa2View commit details -
[Fix]
parse: finalize tokens in linear time (GHSA-395f-4hp3-45gv)The two finalizing reduces used `prev.concat(arg)` as the accumulator, reallocating and copying the whole array each iteration, so `parse()` ran in O(n²) in the token count — a small (~128 KB) input could block the event loop for tens of seconds (CWE-407 DoS). Push into the accumulator instead, flattening one-level array entries with `forEach` (not `.apply`, which can overflow the argument limit on large inputs) Output is byte-identical; `engines >= 0.4` is preserved (no `.flat()`).
Configuration menu - View commit details
-
Copy full SHA for 7ff5488 - Browse repository at this point
Copy the full SHA 7ff5488View commit details
Commits on Jun 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for db09fc7 - Browse repository at this point
Copy the full SHA db09fc7View 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 v1.8.4...v1.9.0