Gathering detailed insights and metrics for array-uniq
Gathering detailed insights and metrics for array-uniq
Gathering detailed insights and metrics for array-uniq
Gathering detailed insights and metrics for array-uniq
npm install array-uniq
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
70 Stars
27 Commits
16 Forks
7 Watching
1 Branches
6 Contributors
Updated on 31 Jan 2024
JavaScript (72.97%)
TypeScript (27.03%)
Cumulative downloads
Total Downloads
Last day
-26.2%
1,441,014
Compared to previous day
Last week
-4.5%
10,335,089
Compared to previous week
Last month
16.3%
42,454,365
Compared to previous month
Last year
-23.2%
453,074,171
Compared to previous year
Create an array without duplicates
$ npm install array-uniq
1import arrayUniq from 'array-uniq'; 2 3arrayUniq([1, 1, 2, 3, 3]); 4//=> [1, 2, 3] 5 6arrayUniq(['foo', 'foo', 'bar', 'foo']); 7//=> ['foo', 'bar']
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 4/27 approved changesets -- score normalized to 1
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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
Score
Last Scanned on 2024-11-18
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