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

protomux

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protomux - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

5

index.js

@@ -266,2 +266,3 @@ const b4a = require('b4a')

this.stream.on('data', this._ondata.bind(this))
this.stream.on('end', this._onend.bind(this))
this.stream.on('error', noop) // we handle this in "close"

@@ -397,2 +398,6 @@ this.stream.on('close', this._shutdown.bind(this))

_onend () { // TODO: support half open mode for the users who wants that here
this.stream.end()
}
_decode (remoteId, state) {

@@ -399,0 +404,0 @@ const type = c.uint.decode(state)

2

package.json
{
"name": "protomux",
"version": "3.2.0",
"version": "3.2.1",
"description": "Multiplex multiple message oriented protocols over a stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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