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

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.14.2 to 2.14.3

3

index.js

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

if (opts.read) this._read = opts.read
if (opts.eagerOpen) this.resume().pause()
if (opts.eagerOpen) this._readableState.updateNextTick()
}

@@ -793,2 +793,3 @@ }

if (opts.final) this._final = opts.final
if (opts.eagerOpen) this._writableState.updateNextTick()
}

@@ -795,0 +796,0 @@ }

{
"name": "streamx",
"version": "2.14.2",
"version": "2.14.3",
"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