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/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.1
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 2, 2021

  1. chore: bump ws from 7.4.2 to 7.4.6 (#666)

    Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.2...7.4.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    3c9c860 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. chore: bump browserslist from 4.15.0 to 4.16.6 (#665)

    Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.15.0 to 4.16.6.
    - [Release notes](https://github.com/browserslist/browserslist/releases)
    - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
    - [Commits](browserslist/browserslist@4.15.0...4.16.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    52847fd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. fix(websocket): fix timer blocking writes (#670)

    An immediate setTimeout was used to unblock the WebSocket write.
    Unfortunately, this setTimeout can be throttled by browsers when the
    tab is backgrounded.
    
    This can lead to missed pong responses to server pings, which
    eventually leads to disconnection.
    
    Related: #649
    hyperlink authored and darrachequesne committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f30a10b View commit details
    Browse the repository at this point in the history
  2. chore: npm audit fix

    darrachequesne committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    2525f14 View commit details
    Browse the repository at this point in the history
  3. fix: emit ping when receiving a ping from the server

    The "ping" event was forgotten when reversing the ping-pong mechanism
    in [1]. It will now be properly emitted when receiving a ping from the
    server.
    
    [1]: 81d7171
    
    Related: socketio/socket.io-client#1475
    darrachequesne committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    589d3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. chore(release): 5.1.2

    darrachequesne committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9c79ba6 View commit details
    Browse the repository at this point in the history
Loading