Socket
Socket
Sign inDemoInstall

engine.io-client

Package Overview
Dependencies
Maintainers
2
Versions
157
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 3.4.4 to 3.5.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [3.5.0](https://github.com/socketio/engine.io-client/compare/3.4.4...3.5.0) (2020-12-30)
### Bug Fixes
* check the type of the initial packet ([8750356](https://github.com/socketio/engine.io-client/commit/8750356dba5409ba0e1d3a27da6d214118702b3e))
## [3.4.4](https://github.com/socketio/engine.io-client/compare/3.4.3...3.4.4) (2020-09-30)

@@ -2,0 +11,0 @@

2

lib/transports/polling.js

@@ -133,3 +133,3 @@ /**

// if its the first message we consider the transport open
if ('opening' === self.readyState) {
if ('opening' === self.readyState && packet.type === 'open') {
self.onOpen();

@@ -136,0 +136,0 @@ }

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "3.4.4",
"version": "3.5.0",
"main": "lib/index.js",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/socketio/engine.io-client",

"parseuri": "0.0.6",
"ws": "~6.1.0",
"ws": "~7.4.2",
"xmlhttprequest-ssl": "~1.5.4",

@@ -39,0 +39,0 @@ "yeast": "0.1.2"

# Engine.IO client
[![Build Status](https://travis-ci.org/socketio/engine.io-client.svg?branch=master)](http://travis-ci.org/socketio/engine.io-client)
[![Build Status](https://github.com/socketio/engine.io-client/workflows/CI/badge.svg)](https://github.com/socketio/engine.io-client/actions)
[![NPM version](https://badge.fury.io/js/engine.io-client.svg)](http://badge.fury.io/js/engine.io-client)

@@ -6,0 +6,0 @@

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