Comparing version 2.0.0 to 2.0.1
@@ -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')` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
39400
10
897
0