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.0.3 to 1.0.4

5

History.md
1.0.4 / 2014-03-14
==================
* no base64 encoding for no reason when using websockets
1.0.3 / 2014-03-12

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

2

lib/transports/websocket.js

@@ -78,3 +78,3 @@ /**

if (this.ws.binaryType !== undefined) {
if (this.ws.binaryType === undefined) {
this.supportsBinary = false;

@@ -81,0 +81,0 @@ }

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://socket.io",

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

"browserify": "3.30.1",
"engine.io": "1.0.3",
"engine.io": "1.0.4",
"express": "3.4.8",

@@ -44,0 +44,0 @@ "blob": "0.0.2"

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