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.3
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.4
Choose a head ref
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Apr 9, 2026

  1. fix: tolerate already-published npm packages in release workflow (#61)

    When a release run partially succeeds (some platform packages publish
    but a later one fails), re-running the workflow would fail immediately
    on the first already-published package. Now checks if the version is
    already on the registry and skips it instead of failing.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    Wenxin-Jiang and claude authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    70710b1 View commit details
    Browse the repository at this point in the history
  2. v2.1.4: bump and sync package versions (#62)

    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    Wenxin-Jiang and claude authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    3a58178 View commit details
    Browse the repository at this point in the history
Loading