Gathering detailed insights and metrics for @nathanpb/rxjs-async-iterator
Gathering detailed insights and metrics for @nathanpb/rxjs-async-iterator
Gathering detailed insights and metrics for @nathanpb/rxjs-async-iterator
Gathering detailed insights and metrics for @nathanpb/rxjs-async-iterator
npm install @nathanpb/rxjs-async-iterator
Typescript
Module System
Node Version
NPM Version
69.2
Supply Chain
70.3
Quality
75.2
Maintenance
100
Vulnerability
99.6
License
TypeScript (97.72%)
JavaScript (2.28%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
3 Stars
33 Commits
4 Forks
1 Watchers
5 Branches
2 Contributors
Updated on Aug 06, 2024
Latest Version
1.0.1
Package Id
@nathanpb/rxjs-async-iterator@1.0.1
Unpacked Size
11.02 kB
Size
3.69 kB
File Count
18
NPM Version
8.15.0
Node Version
16.17.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
Adds async iterators (aka for-await-of loops)
The package is served via npm:
npm i --save rxjs-async-iterator
1import {from} from 'rxjs'; 2import {delay} from 'rxjs/operators'; 3import {toAsyncIterable} from 'rxjs-async-iterator'; 4 5const numbers$ = from([1, 2, 3]).pipe(delay(100)); 6 7for async (const value of toAsyncIterable(numbers$)) { 8 console.log(value); 9}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/2 approved changesets -- score normalized to 5
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More