socketio/socket.io
 Watch   
 Star   
 Fork   
20 days ago
socket.io

socket.io-parser@4.2.5

This release contains a bump of debug from ~4.3.1 to ~4.4.1.

20 days ago
socket.io

socket.io-adapter@2.5.6

This release contains a bump of:

  • ws from ~8.17.1 to ~8.18.3
  • debug from ~4.3.1 to ~4.4.1
20 days ago
socket.io

engine.io-client@6.6.4

This release contains a bump of:

  • ws from ~8.17.1 to ~8.18.3
  • debug from ~4.3.1 to ~4.4.1

Bug Fixes

Dependencies

21 days ago
socket.io

socket.io@4.8.2

The url.parse() function is now deprecated and has been replaced by new URL() (see 8af7019).

Bug Fixes

  • call adapter.init() when creating each namespace (f3e1f5e)
  • improve io.close() function (#5344) (bb0b480)

Dependencies

21 days ago
socket.io

socket.io-client@4.8.2

Bug Fixes

  • bundle: do not mangle the "_placeholder" attribute (bis) (cdae019)
  • drain queue before emitting "connect" (#5259) (d19928e)

Dependencies

21 days ago
socket.io

engine.io@6.6.5

The url.parse() function is now deprecated and has been replaced by new URL() (see e08293b).

Dependencies

2025-10-17 01:55:56
socket.io

@socket.io/cluster-adapter@0.3.0

This release contains an important refactor of the adapter (this commit), as most of the logic has been moved in the ClusterAdapter class of the socket.io-adapter package.

Besides, the @socket.io/cluster-adapter package is now part of the socket.io monorepo.

2025-01-28 16:23:04
socket.io

engine.io@6.6.4

The bump of the cookie dependency was reverted, as it drops support for older Node.js versions (< 14).

Dependencies

2025-01-23 14:55:43
socket.io

engine.io@6.6.3

This release contains a bump of the cookie dependency.

Release notes: https://github.com/jshttp/cookie/releases/tag/v1.0.0

Dependencies

2025-01-23 14:38:37
socket.io

engine.io-client@6.6.3

Bug Fixes

Dependencies