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-parser Loading
base: 3.3.0
Choose a base ref
...
head repository: socketio/socket.io-parser Loading
compare: 3.3.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 29, 2020

  1. chore: bump component-emitter dependency

    Subscribing/unsubscribing for a lot of different event types could lead
    to a memory leak.
    
    See sindresorhus/component-emitter@aa2e57a
    
    Diff: sindresorhus/component-emitter@1.2.1...1.3.0
    darrachequesne committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4184e46 View commit details
    Browse the repository at this point in the history
  2. test: use Node.js 10 for the browser tests

    It seems there is something wrong with newer versions (the CI seems
    stuck). Let's pin the version for now.
    darrachequesne committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b51b39b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. chore(release): 3.3.1

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