Skip to content

Releases: socketio/socket.io-parser

4.1.2

17 Feb 06:44
aed252c
Compare
Choose a tag to compare

Bug Fixes

  • allow objects with a null prototype in binary packets (#114) (7f6b262)

Links

4.1.1

14 Oct 11:58
ea86f41
Compare
Choose a tag to compare

Links

4.1.0

14 Oct 11:57
5ad3e5c
Compare
Choose a tag to compare

Features

  • provide an ESM build with and without debug (388c616)

Links

4.0.4

15 Jan 00:47
af1b23c
Compare
Choose a tag to compare

Bug Fixes

  • allow integers as event names (1c220dd)

Links

3.3.2

09 Jan 13:57
3b0a392
Compare
Choose a tag to compare

Bug Fixes

  • prevent DoS (OOM) via massive packets (#95) (89197a0)

Links

4.0.3

05 Jan 10:28
444520d
Compare
Choose a tag to compare

Links

4.0.2

25 Nov 10:02
f2098b0
Compare
Choose a tag to compare

Bug Fixes

  • move @types/component-emitter to dependencies (#99) (4efa005)

Links

4.0.1

25 Nov 09:53
e339323
Compare
Choose a tag to compare

Features

  • move binary detection back to the parser (285e7cd)
  • add support for a payload in a CONNECT packet (78f9fc2)

Bug Fixes

  • do not catch encoding errors (aeae87c)
  • throw upon invalid payload format (c327acb)

BREAKING CHANGES

  • the encode method is now synchronous (28d4f03)

Links

4.0.1-rc3

25 Nov 09:53
412769f
Compare
Choose a tag to compare
4.0.1-rc3 Pre-release
Pre-release

4.0.1-rc2

15 Oct 10:43
64b6648
Compare
Choose a tag to compare
4.0.1-rc2 Pre-release
Pre-release

Features

  • move binary detection back to the parser (285e7cd)

Links