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

mux-demux

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mux-demux - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

6

index.js

@@ -24,2 +24,8 @@ 'use strict';

md.on('_data', function (data) {
if(!(Array.isArray(data)
&& 'string' === typeof data[0]
&& '__proto__' !== data[0]
&& 'string' === typeof data[1]
&& '__proto__' !== data[1]
)) return
var id = data.shift()

@@ -26,0 +32,0 @@ var event = data[0]

2

package.json
{
"name": "mux-demux",
"version": "3.4.0",
"version": "3.4.1",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/mux-demux",

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