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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    88efd44 View commit details
    Browse the repository at this point in the history
  2. ci: ignore tests when publishing to npm (bis)

    `tags-ignore` seems to disable the workflow in all cases.
    darrachequesne committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a5d2368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b80ab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. 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
    darrachequesne committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    175a2c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3b68658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4b3dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4865f2e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 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 `socket.io-client@4.8.0`.
    
    [1]: 7085f0e
    
    Related: #5215
    darrachequesne committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ca9e994 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. docs(nuxt): update example with latest version

    Related: #5208
    
    [skip ci]
    darrachequesne committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4ca6ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029e010 View commit details
    Browse the repository at this point in the history
  3. 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
Loading