engine.io-client
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "engine.io", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"dependencies": { | ||
"component/emitter": "1.0.1", | ||
"component/indexof": "*", | ||
"component/global": "*", | ||
"component/has-cors": "*", | ||
"component/global": "2.0.1", | ||
"component/has-cors": "1.0.2", | ||
"LearnBoost/engine.io-protocol": "0.3.0", | ||
@@ -10,0 +10,0 @@ "visionmedia/debug": "*" |
0.7.5 / 2013-08-30 | ||
================== | ||
* package: bump ws to 0.4.30 | ||
0.7.4 / 2013-08-25 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -208,3 +208,3 @@ /** | ||
// cache busting is forced for IE / android / iOS6 ಠ_ಠ | ||
if (global.ActiveXObject || util.ua.android || util.ua.ios6 || | ||
if (global.ActiveXObject || util.ua.chromeframe || util.ua.android || util.ua.ios6 || | ||
this.timestampRequests) { | ||
@@ -211,0 +211,0 @@ query[this.timestampParam] = +new Date; |
@@ -179,2 +179,8 @@ | ||
/** | ||
* Detect Chrome Frame. | ||
*/ | ||
exports.ua.chromeframe = Boolean(global.externalHost); | ||
/** | ||
* XHR request helper. | ||
@@ -181,0 +187,0 @@ * |
{ | ||
"name": "engine.io-client", | ||
"description": "Client for the realtime Engine", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"homepage": "https://github.com/LearnBoost/engine.io-client", | ||
@@ -21,6 +21,6 @@ "contributors": [ | ||
"dependencies": { | ||
"global": "component/global", | ||
"has-cors": "component/has-cors", | ||
"ws": "0.4.25", | ||
"xmlhttprequest": "LearnBoost/node-XMLHttpRequest", | ||
"global": "https://github.com/component/global/archive/v2.0.1.tar.gz", | ||
"has-cors": "https://github.com/component/has-cors/archive/v1.0.2.tar.gz", | ||
"ws": "0.4.30", | ||
"xmlhttprequest": "https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz", | ||
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz", | ||
@@ -27,0 +27,0 @@ "indexof": "0.0.1", |
@@ -103,2 +103,4 @@ | ||
describe('options', function () { | ||
console.log('¯\\_(ツ)_/¯'); | ||
return; | ||
it('should accept an `agent` option for WebSockets', function (done) { | ||
@@ -105,0 +107,0 @@ var polling = new eio.transports.websocket({ |
Sorry, the diff of this file is not supported yet
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 3 instances in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 3 instances in 1 package
390916
12454
+ Addednan@0.3.2(transitive)
+ Addedws@0.4.30(transitive)
- Removedws@0.4.25(transitive)
Updatedglobal@https://github.com/component/global/archive/v2.0.1.tar.gz
Updatedhas-cors@https://github.com/component/has-cors/archive/v1.0.2.tar.gz
Updatedws@0.4.30