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

engine.io-parser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io-parser - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

History.md
1.2.3 / 2015-11-28
==================
* fix encoding blob as base64
1.2.2 / 2015-09-09

@@ -3,0 +8,0 @@ ==================

2

lib/browser.js

@@ -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

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