Socket
Socket
Sign inDemoInstall

engine.io-client

Package Overview
Dependencies
13
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.1.0

4

build/esm-debug/socket.d.ts

@@ -18,3 +18,3 @@ import { Emitter } from "@socket.io/component-emitter";

*/
port: string;
port: string | number;
/**

@@ -24,3 +24,3 @@ * Any query parameters in our uri. Set from the URI passed when connecting

query: {
[key: string]: string;
[key: string]: any;
};

@@ -27,0 +27,0 @@ /**

@@ -18,3 +18,3 @@ import { Emitter } from "@socket.io/component-emitter";

*/
port: string;
port: string | number;
/**

@@ -24,3 +24,3 @@ * Any query parameters in our uri. Set from the URI passed when connecting

query: {
[key: string]: string;
[key: string]: any;
};

@@ -27,0 +27,0 @@ /**

@@ -0,1 +1,12 @@

# [6.1.0](https://github.com/socketio/engine.io-client/compare/6.0.2...6.1.0) (2021-11-08)
The minor bump is due to changes on the server side.
### Bug Fixes
* **typings:** allow any value in the query option ([018e1af](https://github.com/socketio/engine.io-client/commit/018e1afcc5ef5eac81e9e1629db053bda44120ee))
* **typings:** allow port to be a number ([#680](https://github.com/socketio/engine.io-client/issues/680)) ([8f68f77](https://github.com/socketio/engine.io-client/commit/8f68f77825af069fe2c612a3200a025d4130ac0a))
## [6.0.2](https://github.com/socketio/engine.io-client/compare/6.0.1...6.0.2) (2021-10-15)

@@ -2,0 +13,0 @@

/*!
* Engine.IO v6.0.2
* Engine.IO v6.1.0
* (c) 2014-2021 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* Engine.IO v6.0.2
* Engine.IO v6.1.0
* (c) 2014-2021 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* Engine.IO v6.0.2
* Engine.IO v6.1.0
* (c) 2014-2021 Guillermo Rauch

@@ -4,0 +4,0 @@ * Released under the MIT License.

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

"license": "MIT",
"version": "6.0.2",
"version": "6.1.0",
"main": "./build/cjs/index.js",

@@ -8,0 +8,0 @@ "module": "./build/esm/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc