Gathering detailed insights and metrics for @extra-array/is-disjoint-on
Gathering detailed insights and metrics for @extra-array/is-disjoint-on
Gathering detailed insights and metrics for @extra-array/is-disjoint-on
Gathering detailed insights and metrics for @extra-array/is-disjoint-on
An array is a collection of values, stored contiguously.
npm install @extra-array/is-disjoint-on
Typescript
Module System
Node Version
NPM Version
69.4
Supply Chain
76.8
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (95.89%)
JavaScript (4.11%)
Total Downloads
38,960
Last Day
1
Last Week
4
Last Month
293
Last Year
4,717
MIT License
16 Stars
566 Commits
5 Forks
2 Watchers
3 Branches
4 Contributors
Updated on Apr 09, 2025
Minified
Minified + Gzipped
Latest Version
2.7.3
Package Id
@extra-array/is-disjoint-on@2.7.3
Unpacked Size
8.35 kB
Size
2.74 kB
File Count
23
NPM Version
6.14.4
Node Version
14.2.0
Cumulative downloads
Total Downloads
Checks if arrays have no value in common. :running: :vhs: :package: :moon:
Alternatives: compare, map.
This is part of package extra-array.
1array.isDisjointOn(x, y, [fn], [ths]); 2// x: an array 3// y: another array 4// fn: map function (v, i, x) 5// ths: this argument
1const array = require('extra-array'); 2 3var x = [1, 2, 3, 4]; 4array.isDisjointOn(x, [2, 5]); 5// false 6 7array.isDisjointOn(x, [-2, -5]); 8// true 9 10array.isDisjointOn(x, [-2, -5], v => Math.abs(v)); 11// false
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 0/30 approved changesets -- 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-04-21
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 MoreLast Day
-85.7%
1
Compared to previous day
Last Week
-89.7%
4
Compared to previous week
Last Month
-69.1%
293
Compared to previous month
Last Year
-7.8%
4,717
Compared to previous year