Socket
Socket
Sign inDemoInstall

engine.io-client

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io-client - npm Package Compare versions

Comparing version 0.7.8 to 0.7.9

2

component.json
{
"name": "engine.io",
"version": "0.7.8",
"version": "0.7.9",
"dependencies": {

@@ -5,0 +5,0 @@ "component/emitter": "1.0.1",

0.7.9 / 2013-08-30
==================
* websocket: pass `undefined` as the WebSocket "protocols"
0.7.8 / 2013-08-30

@@ -3,0 +8,0 @@ ==================

@@ -62,3 +62,3 @@ /**

var uri = this.uri();
var protocols = [];
var protocols = void(0);
var opts = { agent: this.agent };

@@ -65,0 +65,0 @@

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "0.7.8",
"version": "0.7.9",
"homepage": "https://github.com/LearnBoost/engine.io-client",

@@ -6,0 +6,0 @@ "contributors": [

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