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

streamx

Package Overview
Dependencies
Maintainers
1
Versions
63
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.0.0 to 2.0.1

test/writable.js

2

index.js

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

constructor (opts) {
super()
super(opts)

@@ -626,0 +626,0 @@ this._duplexState |= OPENING | READ_DONE

{
"name": "streamx",
"version": "2.0.0",
"version": "2.0.1",
"description": "An iteration of the Node.js core streams with a series of improvements",

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

@@ -270,3 +270,3 @@ # streamx

#### `ws._flush(callback)`
#### `ws._final(callback)`

@@ -276,3 +276,3 @@ This function is called just before `finish` is emitted, i.e. when all writes have flushed but `ws.end()`

Can also be set using `options.flush` in the constructor.
Can also be set using `options.final` in the constructor.

@@ -279,0 +279,0 @@ #### `ws.on('finish')`

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