Gathering detailed insights and metrics for @extra-iterable/map
Gathering detailed insights and metrics for @extra-iterable/map
Gathering detailed insights and metrics for @extra-iterable/map
Gathering detailed insights and metrics for @extra-iterable/map
extra-iterable
An iterable is a sequence of values.
extra-iterable.web
An iterable is a sequence of values {web}.
extra-ilists
ILists is a pair of key iterable list and value iterable list, with unique keys.
extra-ilists.web
ILists is a pair of key iterable list and value iterable list, with unique keys {web}.
npm install @extra-iterable/map
Typescript
Module System
Node Version
NPM Version
64.8
Supply Chain
74.3
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (94.06%)
JavaScript (5.94%)
Total Downloads
58,101
Last Day
7
Last Week
21
Last Month
60
Last Year
7,359
MIT License
5 Stars
322 Commits
1 Forks
2 Watchers
2 Branches
1 Contributors
Updated on Apr 08, 2025
Minified
Minified + Gzipped
Latest Version
2.5.22
Package Id
@extra-iterable/map@2.5.22
Unpacked Size
3.90 kB
Size
2.01 kB
File Count
7
NPM Version
7.5.1
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last Day
250%
7
Compared to previous day
Last Week
250%
21
Compared to previous week
Last Month
-68.8%
60
Compared to previous month
Last Year
1.6%
7,359
Compared to previous year
Updates values based on map function. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:
Similar: map, filter, reject, reduce, accumulate.
This is part of package extra-iterable.
1iterable.map(x, fm); 2// x: an iterable 3// fm: map function (v, i, x)
1const iterable = require("extra-iterable"); 2 3var x = [1, 2, 3, 4]; 4[...iterable.map(x, v => v * 2)]; 5// [ 2, 4, 6, 8 ]
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-06-30
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