socketio/socket.io
 Watch   
 Star   
 Fork   
2026-03-17 23:05:14
socket.io

socket.io-parser@3.3.5

This release includes a fix for CVE-2026-33151. Please upgrade as soon as possible.

Bug Fixes

  • add a limit to the number of binary attachments (9d39f1f)
2026-03-17 22:52:17
socket.io

socket.io-parser@3.4.4

This release includes a fix for CVE-2026-33151. Please upgrade as soon as possible.

Bug Fixes

  • add a limit to the number of binary attachments (719f9eb)
2026-03-17 17:53:22
socket.io

socket.io-parser@4.2.6

Bug Fixes

  • add a limit to the number of binary attachments (b25738c)
2026-03-10 17:52:10
socket.io

engine.io@6.6.6

Bug Fixes

  • add @types/ws as dependency (#5458) (07cbe15)
  • uws emit initial_headers and headers events in uServer (#5460) (44ed73f)

Dependencies

2025-12-24 00:39:51
socket.io

socket.io@4.8.3

Bug Fixes

  • do not throw when calling io.close() on a stopped server (9581f9b)

Dependencies

2025-12-24 00:36:53
socket.io

socket.io-client@4.8.3

There were some minor bug fixes on the server side, which mandate a client bump.

Dependencies

2025-12-23 19:26:38
socket.io

socket.io-parser@4.2.5

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

2025-12-23 19:18:53
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
2025-12-23 19:03:43
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

2025-12-23 00:42:41
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