Gathering detailed insights and metrics for @extra-array/is-infix-on
Gathering detailed insights and metrics for @extra-array/is-infix-on
npm install @extra-array/is-infix-on
Typescript
Module System
Node Version
NPM Version
70.2
Supply Chain
78.4
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (95.89%)
JavaScript (4.11%)
Total Downloads
39,584
Last Day
4
Last Week
218
Last Month
542
Last Year
3,681
15 Stars
564 Commits
5 Forks
3 Watching
3 Branches
4 Contributors
Minified
Minified + Gzipped
Latest Version
2.7.8
Package Id
@extra-array/is-infix-on@2.7.8
Unpacked Size
8.26 kB
Size
2.69 kB
File Count
19
NPM Version
6.14.4
Node Version
14.2.0
Cumulative downloads
Total Downloads
Last day
-55.6%
4
Compared to previous day
Last week
-5.6%
218
Compared to previous week
Last month
295.6%
542
Compared to previous month
Last year
-44.9%
3,681
Compared to previous year
Checks if array contains an infix. :running: :vhs: :package: :moon:
Alternatives: compare, map.
Similar: infix, infixes, isInfix.
This is part of package extra-array.
1array.isInfixOn(x, y, [fn], [ths]); 2// x: an array 3// y: infix? 4// fn: map function (v, i, x) 5// ths: this argument
1const array = require('extra-array'); 2 3var x = [1, 2, 3, 4]; 4array.isInfixOn(x, [2, 3]); 5// true 6 7array.isInfixOn(x, [-2, -3]); 8// false 9 10array.isInfixOn(x, [-2, -3], v => Math.abs(v)); 11// true
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
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
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
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-13
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