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@6.6.3
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@6.6.4
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

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
Loading