Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

engine.io-client

Package Overview
Dependencies
Maintainers
2
Versions
159
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 2.0.1 to 2.0.2

6

History.md
2.0.2 / 2017-02-16
===================
* [chore] Bump ws to version 1.1.2 (vulnerability fix) (#539)
* [fix] Fix extraHeaders option in browser (#536)
2.0.1 / 2017-01-30

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

2

lib/transports/polling-xhr.js

@@ -200,3 +200,3 @@ /**

if (this.extraHeaders) {
xhr.setDisableHeaderCheck(true);
xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true);
for (var i in this.extraHeaders) {

@@ -203,0 +203,0 @@ if (this.extraHeaders.hasOwnProperty(i)) {

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

"license": "MIT",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/socketio/engine.io-client",

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

"parseuri": "0.0.5",
"ws": "1.1.1",
"ws": "1.1.2",
"xmlhttprequest-ssl": "1.5.3",

@@ -50,3 +50,3 @@ "yeast": "0.1.2"

"derequire": "1.2.0",
"engine.io": "2.0.1",
"engine.io": "2.0.2",
"eslint-config-standard": "4.4.0",

@@ -53,0 +53,0 @@ "eslint-plugin-standard": "1.3.1",

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