stream-demux
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "stream-demux", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "An iterable asynchronous stream demultiplexer.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,3 +44,3 @@ # stream-demux | ||
// createAsyncIterator(n) method to force the iteration to | ||
// timeout after n milliseconds of innactivity.s | ||
// timeout after n milliseconds of innactivity. | ||
let asyncIterator = demux.stream('def').createAsyncIterator(); | ||
@@ -47,0 +47,0 @@ while (true) { |
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
15532