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: 4.7.0
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: 4.7.1
Choose a head ref
  • 4 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    630ff41 View commit details
    Browse the repository at this point in the history
  2. refactor: expose the ESM build with debug (bis)

    This reverts the previous commit ([1]), and expose the ESM build that
    includes the debug package on a subpath:
    
    ```js
    import { io } from "socket.io-client/debug";
    ```
    
    Reference: https://nodejs.org/api/packages.html#subpath-exports
    
    Related: https://github.com/socketio/socket.io-client/issues/1586
    
    [1]: 781d753
    darrachequesne committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    84ec6cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6169bb8 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.7.1

    darrachequesne committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0536fcc View commit details
    Browse the repository at this point in the history
Loading