-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 30 files changed
- 3 contributors
Commits on Nov 21, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7427109 - Browse repository at this point
Copy the full SHA 7427109View commit details
Commits on Jan 7, 2025
-
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; ```
Configuration menu - View commit details
-
Copy full SHA for 7fcddcb - Browse repository at this point
Copy the full SHA 7fcddcbView commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bfa6eab - Browse repository at this point
Copy the full SHA bfa6eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e4da1 - Browse repository at this point
Copy the full SHA 62e4da1View commit details
Commits on Jan 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 5a31aaf - Browse repository at this point
Copy the full SHA 5a31aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d61da - Browse repository at this point
Copy the full SHA 72d61daView commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e95f6ab - Browse repository at this point
Copy the full SHA e95f6abView commit details
Commits on Aug 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be13cca - Browse repository at this point
Copy the full SHA be13ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be6481 - Browse repository at this point
Copy the full SHA 3be6481View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff socket.io@4.8.1...main