async-stream-emitter
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -31,3 +31,3 @@ const StreamDemux = require('stream-demux'); | ||
AsyncStreamEmitter.prototype.getAllListenerConsumerStatsList = function () { | ||
AsyncStreamEmitter.prototype.getAllListenersConsumerStatsList = function () { | ||
return this._listenerDemux.getConsumerStatsListAll(); | ||
@@ -34,0 +34,0 @@ }; |
{ | ||
"name": "async-stream-emitter", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "An alternantive to EventEmitter using consumable streams.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,4 +57,4 @@ const assert = require('assert'); | ||
it('should expose a getAllListenerConsumerStatsList method', async () => { | ||
assert.equal(!!streamEmitter.getAllListenerConsumerStatsList, true); | ||
it('should expose a getAllListenersConsumerStatsList method', async () => { | ||
assert.equal(!!streamEmitter.getAllListenersConsumerStatsList, true); | ||
}); | ||
@@ -61,0 +61,0 @@ |
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
7926