engine.io-parser
Advanced tools
Comparing version 1.2.2 to 1.2.3
1.2.3 / 2015-11-28 | ||
================== | ||
* fix encoding blob as base64 | ||
1.2.2 / 2015-09-09 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -188,3 +188,3 @@ /** | ||
var message = 'b' + exports.packets[packet.type]; | ||
if (Blob && packet.data instanceof Blob) { | ||
if (Blob && packet.data instanceof global.Blob) { | ||
var fr = new FileReader(); | ||
@@ -191,0 +191,0 @@ fr.onload = function() { |
{ | ||
"name": "engine.io-parser", | ||
"description": "Parser for the client for the realtime Engine", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"homepage": "https://github.com/Automattic/engine.io-parser", | ||
@@ -9,4 +9,4 @@ "devDependencies": { | ||
"mocha": "2.2.5", | ||
"zuul": "3.0.0", | ||
"zuul-ngrok": "3.0.0" | ||
"zuul": "3.7.3", | ||
"zuul-ngrok": "3.2.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38273