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
66.6
Supply Chain
70.3
Quality
75.2
Maintenance
100
Vulnerability
87.3
License
TypeScript (97.72%)
JavaScript (2.28%)
Total Downloads
1,052
Last Day
1
Last Week
2
Last Month
3
Last Year
311
3 Stars
33 Commits
4 Forks
1 Watching
5 Branches
2 Contributors
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%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
-25%
3
Compared to previous month
Last year
-38.3%
311
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
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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