Gathering detailed insights and metrics for regex-hexcolor
Gathering detailed insights and metrics for regex-hexcolor
npm install regex-hexcolor
Typescript
Module System
Min. Node Version
Node Version
NPM Version
48.3
Supply Chain
48.1
Quality
75
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
992
Last Day
4
Last Week
7
Last Month
15
Last Year
129
7 Commits
1 Watching
7 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
regex-hexcolor@1.0.0
Unpacked Size
1.68 kB
Size
935.00 B
File Count
3
NPM Version
6.7.0
Node Version
11.13.0
Cumulative downloads
Total Downloads
Last day
0%
4
Compared to previous day
Last week
133.3%
7
Compared to previous week
Last month
200%
15
Compared to previous month
Last year
19.4%
129
Compared to previous year
1
Regular expression for matching a hexcolor
$ npm install --save regex-hexcolor
const regexHex = require(regex-hexcolor);
const fullHex = "#FFFFFF";
const hex = "#FFF";
regexHex.test(fullHex);
regexHex.test(hex);
MIT © James Perkins
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- 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
license file not detected
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
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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