streamiterator
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"dependencies": { | ||
"streamiterator": "^1.0.13" | ||
"streamiterator": "^1.0.14" | ||
} | ||
} |
{ | ||
"name": "streamiterator", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "converts ReadableStream into AsyncIterator", | ||
@@ -5,0 +5,0 @@ "main": "distr/streamiterator.js", |
@@ -6,3 +6,3 @@ # streamiterator | ||
With this module you can [iterate](https://github.com/tc39/proposal-async-iteration) over a stream with a plain loop: | ||
With this module you can [iterate](https://github.com/tc39/proposal-async-iteration) over a nodejs stream (file, http response, etc) with a plain loop: | ||
@@ -21,4 +21,2 @@ ```js | ||
You can use here any stream you are able to get from nodejs, file streams like `fs.createReadableStream(...)`, http responses and so on. | ||
As of August, 2017 you need smth like either [babel](http://babeljs.io/) or [node.js 8.4.0 or higher](https://nodejs.org/) with `--harmony_async_iteration` switch to be able to use `for await` operator. | ||
@@ -25,0 +23,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
113017
62