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: socketio/socket.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.1
Choose a base ref
...
head repository: socketio/socket.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.2
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Jun 26, 2022

  1. chore: regenerate lockfile

    For some reason, the lockfile was not in sync anymore with the
    package.json file:
    
    > `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync.
    
    That may be linked to a new version of Node.js (v16.15.1).
    darrachequesne committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    8c659bc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix: handle ill-formatted packet from server

    The decoder can throw an error when trying to decode an invalid payload
    sent by the server, so the manager will now catch it, close the
    connection and then reconnect instead of crashing.
    
    Related:
    
    - socketio/socket.io#4392
    - #1551
    darrachequesne committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c597023 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.5.2

    darrachequesne committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2d70813 View commit details
    Browse the repository at this point in the history
Loading