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.1 to 3.4.2

7

examples/tcp.js

@@ -16,7 +16,6 @@ var MuxDemux = require('..')

var mdm1 = MuxDemux()
var stream = net.connect(8642)
stream.pipe(mdm1).pipe(stream)
var stream = net.connect(8642), mx
stream.pipe(mx = MuxDemux).pipe(stream)
var ds = mdm1.createWriteStream('times')
var ds = mx.createWriteStream('times')

@@ -23,0 +22,0 @@ setInterval(function () {

{
"name": "mux-demux",
"version": "3.4.1",
"version": "3.4.2",
"description": "",

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

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