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 1.2.0 to 1.2.1

5

History.md
1.2.1 / 2014-05-22
==================
* build
1.2.0 / 2014-05-18

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

2

lib/socket.js

@@ -412,2 +412,4 @@ /**

this.onOpen();
// In case open handler closes socket
if ('closed' == this.readyState) return;
this.setPing();

@@ -414,0 +416,0 @@

2

package.json
{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "http://socket.io",

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

Sorry, the diff of this file is too big to display

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