writable-consumable-stream
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -120,2 +120,6 @@ const ConsumableStream = require('consumable-stream'); | ||
getConsumerList() { | ||
return [...this._consumers.values()]; | ||
} | ||
getConsumerCount() { | ||
@@ -122,0 +126,0 @@ return this._consumers.size; |
{ | ||
"name": "writable-consumable-stream", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "An async stream which can be iterated over using a for-await-of loop.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
58164
1552