Socket
Socket
Sign inDemoInstall

websocket-driver

Package Overview
Dependencies
3
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

0.5.4

Diff

Changelog

Source

0.5.4 / 2015-03-29

  • Don't emit extra close frames if we receive a close frame after we already sent one
  • Fail the connection when the driver receives an invalid Sec-WebSocket-Extensions header
jcoglan
published 0.5.3 •

Changelog

Source

0.5.3 / 2015-02-22

  • Don't treat incoming data as WebSocket frames if a client driver is closed before receiving the server handshake
jcoglan
published 0.5.2 •

Changelog

Source

0.5.2 / 2015-02-19

  • Fix compatibility with the HTTP parser on io.js
  • Use websocket-extensions to make sure messages and close frames are kept in order
  • Don't emit multiple error events
jcoglan
published 0.5.1 •

Changelog

Source

0.5.1 / 2014-12-18

  • Don't allow drivers to be created with unrecognized options
jcoglan
published 0.5.0 •

Changelog

Source

0.5.0 / 2014-12-13

  • Support protocol extensions via the websocket-extensions module
jcoglan
published 0.4.0 •

Changelog

Source

0.4.0 / 2014-11-08

  • Support connection via HTTP proxies using CONNECT
jcoglan
published 0.3.6 •

Changelog

Source

0.3.6 / 2014-10-04

  • It is now possible to call close() before start() and close the driver
jcoglan
published 0.3.5 •

Changelog

Source

0.3.5 / 2014-07-06

  • Don't hold references to frame buffers after a message has been emitted
  • Make sure that protocol and version are exposed properly by the TCP driver
jcoglan
published 0.3.4 •

Changelog

Source

0.3.4 / 2014-05-08

  • Don't hold memory-leaking references to I/O buffers after they have been parsed
jcoglan
published 0.3.3 •

Changelog

Source

0.3.3 / 2014-04-24

  • Correct the draft-76 status line reason phrase
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc