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.0 to 0.7.1

2

component.json
{
"name": "engine.io",
"version": "0.7.0",
"version": "0.7.1",
"dependencies": {

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

0.7.1 / 2013-08-23
==================
* transports: fix WebSocket transport in the web browser
* package: upgrade "ws" to v0.4.29
0.7.0 / 2013-08-23

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

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

var uri = this.uri();
if (null == this.agent) {
if (null == this.agent && false !== this.agent) {
this.socket = new (ws())(uri);

@@ -65,0 +65,0 @@ } else {

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

@@ -23,3 +23,3 @@ "contributors": [

"has-cors": "component/has-cors",
"ws": "https://github.com/einaros/ws/archive/2b4663655c9133a8131cf2a3a664caf1825c2409.tar.gz",
"ws": "0.4.29",
"xmlhttprequest": "LearnBoost/node-XMLHttpRequest",

@@ -26,0 +26,0 @@ "emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",

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