
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@aloreljs/rxutils
Advanced tools
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents**
Table of Contents
Utility functions for rxjs
A collection of utility functions for rxjs:
import {of} from 'rxjs';
import {innerMap, logError, distinctUntilDeepChanged} from '@aloreljs/rxutils/operators';
of([1, 2, 3])
.pipe(
innerMap(n => n * 2),
logError('[Inner map error]'),
distinctUntilDeepChanged()
)
.subscribe();
Full API docs and examples for version 2.3.0 are available here. Docs and examples for the latest version are available here.
npm install rxjs@^7.0.0 @aloreljs/rxutils;
Apart from your standard ES6 polyfills, you must ensure Symbol
s are polyfilled.
FAQs
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents**
The npm package @aloreljs/rxutils receives a total of 31 weekly downloads. As such, @aloreljs/rxutils popularity was classified as not popular.
We found that @aloreljs/rxutils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.