Gathering detailed insights and metrics for @extra-array/union-on-update
Gathering detailed insights and metrics for @extra-array/union-on-update
npm install @extra-array/union-on-update
Typescript
Module System
Node Version
NPM Version
70.3
Supply Chain
79.3
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (95.89%)
JavaScript (4.11%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
36,401
Last Day
1
Last Week
7
Last Month
457
Last Year
3,616
15 Stars
564 Commits
5 Forks
3 Watching
3 Branches
4 Contributors
Minified
Minified + Gzipped
Latest Version
2.7.8
Package Id
@extra-array/union-on-update@2.7.8
Unpacked Size
9.67 kB
Size
2.89 kB
File Count
24
NPM Version
6.14.4
Node Version
14.2.0
Cumulative downloads
Total Downloads
Last day
-80%
1
Compared to previous day
Last week
-96.6%
7
Compared to previous week
Last month
200.7%
457
Compared to previous month
Last year
-36.6%
3,616
Compared to previous year
Gives values present in any array. :running: :vhs: :package: :moon:
Alternatives: compare, compare-update, map, map-update.
This is part of package extra-array.
1array.unionOn$(x, y, [fn], [ths]); 2// x: an array (updated) 3// y: another array 4// fn: map function (v, i, x) 5// ths: this argument 6// --> x
1const array = require('extra-array'); 2 3var x = [1, 2, 3, 4]; 4array.unionOn$(x, [2, 3, 5]); 5// [1, 2, 3, 4, 5] 6 7x; 8// [1, 2, 3, 4, 5] 9 10var x = [1, 2, 3, 4]; 11array.unionOn$(x, [-2, -3, -5], v => Math.abs(v)); 12// [1, 2, 3, 4, -5]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 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 SAST tool detected
Details
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
Score
Last Scanned on 2025-01-27
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