Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
19
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 3.0.0

9

History.md
3.0.0 / 2017-04-06
===================
* [chore] Bump dependencies (#498)
* [chore] Bump uws to version 0.14.1 (#497)
* [chore] Merge 2.1.x branch (#494)
* [chore] Bump ws to version 2.2.0 (#487)
* [chore] Drop support for old nodejs versions (0.10 & 0.12) (#493)
2.1.1 / 2017-03-22

@@ -3,0 +12,0 @@ ===================

22

package.json
{
"name": "engine.io",
"version": "2.1.1",
"version": "3.0.0",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",

@@ -31,4 +31,4 @@ "main": "./lib/engine.io",

"debug": "2.3.3",
"engine.io-parser": "2.0.2",
"ws": "1.1.2",
"engine.io-parser": "2.0.3",
"ws": "2.2.3",
"cookie": "0.3.1"

@@ -38,13 +38,13 @@ },

"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.3.13",
"engine.io-client": "2.1.1",
"babel-preset-es2015": "^6.24.0",
"engine.io-client": "3.0.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.2",
"expect.js": "0.2.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "1.1.1",
"gulp-mocha": "2.2.0",
"gulp-mocha": "^4.3.0",
"gulp-nsp": "^2.4.1",
"mocha": "2.3.4",
"mocha": "^3.2.0",
"s": "0.1.1",

@@ -54,3 +54,3 @@ "superagent": "0.15.4"

"optionalDependencies": {
"uws": "0.13.0"
"uws": "0.14.1"
},

@@ -57,0 +57,0 @@ "scripts": {

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