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

@basic-streams/chain

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/chain - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

package.json
{
"name": "@basic-streams/chain",
"version": "0.0.11",
"version": "0.0.12",
"description": "chain operator for basic-streams",

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

"dependencies": {
"@basic-streams/stream": "^0.0.7"
"@basic-streams/stream": "^0.0.8"
}
}

@@ -13,7 +13,7 @@ # [@basic-streams](https://github.com/rpominov/basic-streams)/chain

```js
import fromIterable from "@basic-streams/from-iterable"
import ofMany from "@basic-streams/of-many"
import chain from "@basic-streams/chain"
const stream = fromIterable([1, 2], 10000)
const fn = x => fromIterable([x, x, x], 7000)
const stream = ofMany([1, 2], 10000)
const fn = x => ofMany([x, x, x], 7000)

@@ -20,0 +20,0 @@ const result = chain(fn, stream)

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