Gathering detailed insights and metrics for @extra-set/difference
Gathering detailed insights and metrics for @extra-set/difference
npm install @extra-set/difference
Typescript
Module System
Node Version
NPM Version
65.3
Supply Chain
80
Quality
76.2
Maintenance
100
Vulnerability
100
License
TypeScript (86.35%)
JavaScript (13.65%)
Total Downloads
68,673
Last Day
6
Last Week
124
Last Month
278
Last Year
2,205
1 Stars
126 Commits
1 Forks
3 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
2.2.11
Package Id
@extra-set/difference@2.2.11
Unpacked Size
4.51 kB
Size
2.07 kB
File Count
7
NPM Version
7.5.1
Node Version
15.8.0
Cumulative downloads
Total Downloads
Last day
-62.5%
6
Compared to previous day
Last week
254.3%
124
Compared to previous week
Last month
531.8%
278
Compared to previous month
Last year
-60.1%
2,205
Compared to previous year
Gives values of set not present in others. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:
Alternatives: difference, difference$.
Similar: union, intersection, difference, symmetricDifference, isDisjoint.
This is part of package extra-set.
1set.difference(x, y); 2// x: a set 3// y: another set
1const set = require("extra-set"); 2 3var x = new Set([1, 2, 3, 4, 5]); 4var y = new Set([2, 4]); 5set.difference(x, y); 6// Set(3) { 1, 3, 5 } 7 8var y = new Set([2, -4]); 9set.difference(x, y); 10// Set(4) { 1, 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
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