rxjs-etc icon indicating copy to clipboard operation
rxjs-etc copied to clipboard

Observables and operators for RxJS

Results 16 rxjs-etc issues
Sort by recently updated
recently updated
newest added

Hey! I would suggest a new operator which behaves like `switchMap` but also completes outer observable in case of completion of inner. For more details please see https://github.com/ReactiveX/rxjs/discussions/7036 If you...

`bufferCountWithTimeout` is like `bufferCount` but with a timeout feature.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

Hi Nicholas, what do you think about adding a `firstMap()` operator? I often use a pattern like this in my code: ```ts someObservable$ .pipe( first(), mergeMap(() => { // ......

Hi, I have a combiner I've been shopping around for the right place to contribute to, I didn't notice anything in your library which appeared to do the same, but...

Awesome library. Could you provide some examples for each operators?

enhancement