Gathering detailed insights and metrics for moo-color
Gathering detailed insights and metrics for moo-color
Gathering detailed insights and metrics for moo-color
Gathering detailed insights and metrics for moo-color
The simple javascript library that provides convenient methods for color parsing and manipulation.
npm install moo-color
Typescript
Module System
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
65 Commits
2 Watchers
4 Branches
1 Contributors
Updated on Apr 03, 2022
Latest Version
1.0.3
Package Id
moo-color@1.0.3
Unpacked Size
225.16 kB
Size
47.32 kB
File Count
39
NPM Version
7.7.5
Node Version
16.8.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A javascript class that provides convenience for color parsing and manipulating.
1npm install moo-color
1import MooColor from 'moo-color'; 2 3const color = new MooColor('#f00'); 4 5color.whiten(10).toString('hwb'); // returns 'hwb(0, 10%, 0)'
Please see MooColor API.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/25 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 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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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