Socket
Socket
Sign inDemoInstall

websocket-driver

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-driver - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.3.6 / 2014-10-04
* It is now possible to call `close()` before `start()` and close the driver
### 0.3.5 / 2014-07-06

@@ -2,0 +6,0 @@

2

lib/websocket/driver/hybi.js

@@ -212,3 +212,3 @@ var crypto = require('crypto'),

if (this.readyState === 0) {
if (this.readyState <= 0) {
this.readyState = 3;

@@ -215,0 +215,0 @@ this.emit('close', new Base.CloseEvent(code, reason));

@@ -8,3 +8,3 @@ { "name" : "websocket-driver"

, "version" : "0.3.5"
, "version" : "0.3.6"
, "engines" : {"node": ">=0.4.0"}

@@ -11,0 +11,0 @@ , "main" : "./lib/websocket/driver"

@@ -1,2 +0,2 @@

# websocket-driver [![Build Status](https://travis-ci.org/faye/websocket-driver-node.png)](https://travis-ci.org/faye/websocket-driver-node)
# websocket-driver [![Build Status](https://travis-ci.org/faye/websocket-driver-node.svg)](https://travis-ci.org/faye/websocket-driver-node)

@@ -3,0 +3,0 @@ This module provides a complete implementation of the WebSocket protocols that

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc