-
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: [email protected]
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: [email protected]
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 53 files changed
- 2 contributors
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4cb375 - Browse repository at this point
Copy the full SHA d4cb375View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b60df1 - Browse repository at this point
Copy the full SHA 2b60df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0555c - Browse repository at this point
Copy the full SHA 4a0555cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0fc720 - Browse repository at this point
Copy the full SHA d0fc720View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88efd44 - Browse repository at this point
Copy the full SHA 88efd44View commit details -
ci: ignore tests when publishing to npm (bis)
`tags-ignore` seems to disable the workflow in all cases.
Configuration menu - View commit details
-
Copy full SHA for a5d2368 - Browse repository at this point
Copy the full SHA a5d2368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b80ab4 - Browse repository at this point
Copy the full SHA 9b80ab4View commit details
Commits on Oct 19, 2024
-
fix(eio-client/types): remove ws type from .d.ts file
Before this change, the following error would be thrown when compiling with TypeScript: ``` node_modules/engine.io-client/build/esm/transports/websocket.node.d.ts:12:101 - error TS1340: Module 'ws' does not refer to a type, but is used as a type here. Did you mean 'typeof import('ws')'? 12 createSocket(uri: string, protocols: string | string[] | undefined, opts: Record<string, any>): import("ws"); ~~~~~~~~~~~~ ``` This behavior was introduced in [1], included in version `6.6.0`. The return type is forced as `any`, so that the `@types/ws` dependency is optional. [1]: f4d898e Related: #5202
Configuration menu - View commit details
-
Copy full SHA for 175a2c5 - Browse repository at this point
Copy the full SHA 175a2c5View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b68658 - Browse repository at this point
Copy the full SHA 3b68658View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b3dde - Browse repository at this point
Copy the full SHA d4b3ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4865f2e - Browse repository at this point
Copy the full SHA 4865f2eView commit details
Commits on Oct 22, 2024
-
fix(sio-client): do not mangle the "_placeholder" attribute
The "_placeholder" attribute is used when sending binary data, and was incorrectly mangled (converted to a random short property, like "it", to reduce the bundle size). This bug was introduced in [1], included in `[email protected]`. [1]: 7085f0e Related: #5215
Configuration menu - View commit details
-
Copy full SHA for ca9e994 - Browse repository at this point
Copy the full SHA ca9e994View commit details
Commits on Oct 23, 2024
-
docs(nuxt): update example with latest version
Related: #5208 [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 4ca6ddb - Browse repository at this point
Copy the full SHA 4ca6ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 029e010 - Browse repository at this point
Copy the full SHA 029e010View commit details
There are no files selected for viewing