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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    aead835 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    71387e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5528a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e1c8b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. refactor(eio): bump cookie to version 1.0.2

    Release notes: https://github.com/jshttp/cookie/releases/tag/v1.0.0
    
    The types are now included in the npm package. The `CookieSerializeOptions` type, which is used in our `ServerOptions` type, has been renamed to `SerializeOptions`, but there are no breaking change.
    
    Related: #5231
    darrachequesne committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7427109 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. fix(engine.io-client): correctly consume the ws package (#5220)

    This should fix the following issue:
    
    ```
    SyntaxError: Named export 'WebSocket' not found. The requested module 'ws' is a CommonJS module, which may not support all module.exports as named exports.
    CommonJS modules can always be imported via the default export, for example using:
    
    import pkg from 'ws';
    const { WebSocket } = pkg;
    ```
    benmccann authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    7fcddcb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    bfa6eab View commit details
    Browse the repository at this point in the history
Loading