Socket
Socket
Sign inDemoInstall

socket.io-parser

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io-parser - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

binary.js

@@ -100,4 +100,4 @@ /*global Blob,File*/

// convert any blob
if ((global.Blob && obj instanceof Blob) ||
(global.File && obj instanceof File)) {
if ((typeof global.Blob === 'function' && obj instanceof Blob) ||
(typeof global.File === 'function' && obj instanceof File)) {
pendingBlobs++;

@@ -104,0 +104,0 @@

3.1.1 / 2017-04-25
==================
* [fix] Ensure globals are functions before running `instanceof` (#68)
3.1.0 / 2017-04-24

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

{
"name": "socket.io-parser",
"version": "3.1.0",
"version": "3.1.1",
"description": "socket.io protocol parser",

@@ -5,0 +5,0 @@ "repository": {

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