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: main
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.1.x
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 12, 2021

  1. fix(bundle): restore support for JS modules

    This change is needed so the bundle can be used with:
    
    ```
    <script type="module" src="xxxx/socket.io.js"></script>
    ```
    
    Related:
    
    - socketio/socket.io#3828
    - 13b32b3
    - 8c08c5d
    
    Backported from master: 43613d1
    darrachequesne committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    afa7953 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.3

    darrachequesne committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b574be7 View commit details
    Browse the repository at this point in the history
Loading