Socket
Socket
Sign inDemoInstall

streamx

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamx - npm Package Compare versions

Comparing version 2.19.0 to 2.19.1

5

index.js

@@ -295,3 +295,6 @@ const { EventEmitter } = require('events')

data = this.map(data)
if (data === null) return this.buffered < this.highWaterMark
if (data === null) {
stream._duplexState &= READ_PUSHED
return this.buffered < this.highWaterMark
}
}

@@ -298,0 +301,0 @@

2

package.json
{
"name": "streamx",
"version": "2.19.0",
"version": "2.19.1",
"description": "An iteration of the Node.js core streams with a series of improvements",

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