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-msgpack-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: socketio/socket.io-msgpack-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    cb29cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f516346 View commit details
    Browse the repository at this point in the history
  3. fix: throw upon invalid packet format

    Instead of returning an ERROR packet, the decoder will now throw an
    error, since it means the other side is sending invalid payloads.
    
    The server will then disconnect the client: [1]
    
    [1] https://github.com/socketio/socket.io/blob/2.3.0/lib/client.js#L194-L198
    darrachequesne committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    388e5f5 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.2.1

    darrachequesne committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    bf21d49 View commit details
    Browse the repository at this point in the history
Loading