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

@basic-streams/from-iterable

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basic-streams/from-iterable - npm Package Compare versions

Comparing version 0.0.10 to 0.0.12

index.js.flow

6

package.json
{
"name": "@basic-streams/from-iterable",
"version": "0.0.10",
"version": "0.0.12",
"description": "fromIterable operator for basic-streams",

@@ -22,5 +22,5 @@ "keywords": [

"dependencies": {
"@basic-streams/later": "^0.0.9",
"@basic-streams/stream": "^0.0.5"
"@basic-streams/later": "^0.0.11",
"@basic-streams/stream": "^0.0.7"
}
}

@@ -5,3 +5,3 @@ # [@basic-streams](https://github.com/rpominov/basic-streams)/from-iterable

```
```typescript
fromIterable<T>(

@@ -28,5 +28,5 @@ iterable: Iterable<T>,

If an `interval` is provided the items will be spread in time by that ammount of
milliseconds, with the first one delayed. If the interval is `0` the items will
be produced as soon as possible but still asynchronously.
If an `interval` is provided the events will be spread in time by that ammount
of milliseconds, with the first one delayed. If the interval is `0` the events
will be produced as soon as possible but still asynchronously.

@@ -47,4 +47,4 @@ ```js

Note that iterable is consumed lazily, meaning that `next()` is called only when
value is needed.
Note that the iterable is consumed lazily, meaning that `next()` is called only
when value is needed.

@@ -73,3 +73,4 @@ ```js

You can provide a custom `scheduler`, a function that creates a stream producing
an event after a given time. By default [`later`][later] is used as a scheduler.
an event after the given time. By default [`later`][later] is used as a
scheduler.

@@ -76,0 +77,0 @@ ```js

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