Skip to content
Permalink

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: SocketDev/socket-patch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: SocketDev/socket-patch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.3
Choose a head ref
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Apr 8, 2026

  1. fix: pin Node 22.22.1 in release workflow to avoid broken npm (#58)

    Node 22.22.2 on GitHub Actions runners ships with a broken npm
    that's missing the `promise-retry` module, causing `npm install -g
    npm@latest` to fail with MODULE_NOT_FOUND.
    
    See: actions/runner-images#13883
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    Wenxin-Jiang and claude authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    4117fde View commit details
    Browse the repository at this point in the history
  2. v2.1.3: bump and sync package versions (#59)

    Re-release of v2.1.2 content — the v2.1.2 release workflow failed
    mid-way (npm publish hit broken Node 22.22.2) leaving a stuck tag
    that can't be deleted due to tag protection rules.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    Wenxin-Jiang and claude authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    06e922a View commit details
    Browse the repository at this point in the history
Loading