Socket
Socket
Sign inDemoInstall

most-rx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

most-rx - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "most-rx",
"version": "1.2.0",
"version": "1.2.1",
"description": "Convert Most.js observables to RxJS and vice-versa",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -5,2 +5,13 @@ # Most-RX

## You may not need this package anymore
With latest versions of RxJS and Most you can just
```
import Rx from 'rxjs/Rx';
import { from } from 'most';
const RxObservable = Rx.Observable.from(SomeMostObservable);
const MostObservable = from(SomeRxObservable);
```
### Installation

@@ -14,2 +25,2 @@

For usage examples see [tests](/tests/index.js).
For usage examples see [tests](/tests/index.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