New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

streamiterator

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamiterator - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

package.json
{
"name": "streamiterator",
"version": "1.0.10",
"version": "1.0.11",
"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 stream with a plain loop:

@@ -23,3 +23,3 @@ ```js

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.
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.

@@ -65,2 +65,2 @@ Of course, you can iterate without `for await`, though it is not so nice as using syntactic suger:

Please, feel free to ![open an issue](https://github.com/vadzim/streamiterator/issues) if you have any question.
Please, feel free to [open an issue](https://github.com/vadzim/streamiterator/issues) if you have any question.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc