🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

immutable-rxjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-rxjs

Immutabje.js meets Rxjs

1.0.3
latest
Source
npm
Version published
Weekly downloads
579
39.52%
Maintainers
1
Weekly downloads
 
Created
Source

immutable-rxjs

Immutabje.js meets Rxjs

npm i --save immutable-rxjs

ImmutableBehaviorSubject

import { ImmutableBehaviorSubject } from 'immutable-rxjs';

Acts exactly like BehaviorSubject expect all the output data is always immutable, in other worlds: each copy of the data receiver via .value, .getValue() or .subscribe is a unique data. That includes primitives, objects, arrays and complex structures.

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts