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

@ambientlight/bs-rx

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ambientlight/bs-rx - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

bsconfig.json
{
"name": "@ambientlight/bs-rx",
"namespace": false,
"version": "0.2.2",
"version": "0.2.3",
"sources": [

@@ -6,0 +6,0 @@ {

{
"name": "@ambientlight/bs-rx",
"version": "0.2.2",
"version": "0.2.3",
"description": "bucklescript bindings for RxJs v7",

@@ -5,0 +5,0 @@ "scripts": {

@@ -30,2 +30,13 @@ [![STATUS](https://github.com/ambientlight/bs-rx/workflows/Deploy%20Docs/badge.svg)](https://github.com/ambientlight/bs-rx/actions)

You may also utilize **-n**(no idx) suffixed versions of those operators that errase **idx** argument:
```reason
Rx.range(~start=1, ~count=200, ())
|> Rx.Operators.filtern(x => x mod 2 == 1)
|> Rx.Operators.mapn(x => x + x)
|> Rx.Observable.subscribe(
~next=x=>Js.log(x)
);
```
## Examples

@@ -32,0 +43,0 @@

Sorry, the diff of this file is not supported yet

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