Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

websocket.io

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket.io - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

History.md
0.1.2 / 2011-12-12
==================
* Updated ws
* Added 0.4 compatibility.
0.1.1 / 2011-11-27

@@ -3,0 +9,0 @@ ==================

2

lib/protocols/hybi-07-12.js

@@ -17,3 +17,3 @@

, util = require('../util')
, Parser = require('easy-websocket').Receiver;
, Parser = require('ws').Receiver;

@@ -20,0 +20,0 @@ /**

@@ -17,3 +17,3 @@

, util = require('../util')
, Parser = require('easy-websocket').Receiver;
, Parser = require('ws').Receiver;

@@ -20,0 +20,0 @@ /**

@@ -15,3 +15,3 @@

exports.version = '0.1.1';
exports.version = '0.1.2';

@@ -18,0 +18,0 @@ /**

{
"name": "websocket.io"
, "description": "Socket.IO websocket server"
, "version": "0.1.1"
, "version": "0.1.2"
, "contributors": [

@@ -11,3 +11,3 @@ { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }

, "dependencies": {
"easy-websocket": "0.2.0"
"ws": "0.3.1"
}

@@ -21,3 +21,3 @@ , "devDependencies": {

, "main": "lib/websocket.io"
, "engines": { "node": ">= 0.5.0 < 0.7.0" }
, "engines": { "node": ">=0.4.0" }
, "scripts": {

@@ -24,0 +24,0 @@ "test": "make test"

@@ -7,3 +7,3 @@

var ws = require('../lib/websocket.io')
, Client = require('easy-websocket')
, Client = require('ws')

@@ -10,0 +10,0 @@ /**

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