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
base: f0350a0100f7261a31acb647f48261f4cad1f117
Choose a base ref
...
head repository: socketio/socket.io-client
compare: 2d708137298784761763fdebbd64785819527f45
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
    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
    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
    Copy the full SHA
    2d70813 View commit details
    Browse the repository at this point in the history