New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-demux

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-demux - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

3

index.js

@@ -127,2 +127,5 @@ const WritableConsumableStream = require('writable-consumable-stream');

) {
if (packet.value.data.done) {
this.return();
}
return packet.value.data;

@@ -129,0 +132,0 @@ }

2

package.json
{
"name": "stream-demux",
"version": "7.0.0",
"version": "7.0.1",
"description": "A consumable stream demultiplexer.",

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