Huge News!Announcing our $40M Series B led by Abstract Ventures.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.14 to 1.0.15

2

npmjs.com/package.json
{
"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 @@

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