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: socket.io@4.8.1
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: main
Choose a head ref
  • 9 commits
  • 30 files changed
  • 3 contributors

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
  2. Configuration menu
    Copy the full SHA
    62e4da1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. chore(eio): revert cookie to version ~0.7.2

    This reverts commit 7427109.
    
    The new version of the `cookie` package contains code with optional chaining (`?.`), which is not supported by older Node.js versions (< 14).
    
    The types for cookie are now bundled, so that there is no conflict with the types coming from `cookie@1`:
    
    > error TS2724: '"cookie"' has no exported member named 'CookieSerializeOptions'. Did you mean 'SerializeOptions'?
    >
    > import type { CookieSerializeOptions } from "cookie";
    >               ~~~~~~~~~~~~~~~~~~~~~~
    
    Related: #5283
    darrachequesne committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    5a31aaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d61da View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

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

Commits on Aug 9, 2025

  1. Configuration menu
    Copy the full SHA
    be13cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be6481 View commit details
    Browse the repository at this point in the history
Loading