Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

6

History.md
0.3.4 / 2012-10-14
==================
* package: `engine.io-client` moved to `devDependencies`
* socket: added missing jsdoc
0.3.3 / 2012-10-10

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

@@ -101,2 +101,9 @@ /**

/**
* Called upon transport error.
*
* @param {Error} error object
* @api private
*/
Socket.prototype.onError = function (err) {

@@ -103,0 +110,0 @@ debug('transport error');

4

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

@@ -13,3 +13,2 @@ , "main": "./lib/engine.io"

"debug": "0.6.0"
, "engine.io-client": "0.3.3"
, "ws": "~0.4.21"

@@ -21,2 +20,3 @@ , "base64id": "0.1.0"

, "expect.js": "*"
, "engine.io-client": "0.3.5"
, "superagent": "*"

@@ -23,0 +23,0 @@ , "ws": "*"

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