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: 3.0.2
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: 3.0.3
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 18, 2020

  1. fix: properly export io in ES modules wrapper

    The syntax was invalid:
    
    ```
    export const io = io;
                 ^
    
    SyntaxError: Identifier 'io' has already been declared
        at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18)
    ```
    darrachequesne committed Nov 18, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    darrachequesne Damien Arrachequesne
    Copy the full SHA
    bec1524 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    darrachequesne Damien Arrachequesne
    Copy the full SHA
    e2a4c56 View commit details

Commits on Nov 19, 2020

  1. chore(release): 3.0.3

    darrachequesne committed Nov 19, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    darrachequesne Damien Arrachequesne
    Copy the full SHA
    66e4fdf View commit details
Loading