Gathering detailed insights and metrics for postcss-values-parser
Gathering detailed insights and metrics for postcss-values-parser
Gathering detailed insights and metrics for postcss-values-parser
Gathering detailed insights and metrics for postcss-values-parser
A CSS property value parser for PostCSS
npm install postcss-values-parser
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
59 Stars
130 Commits
31 Forks
6 Watching
2 Branches
19 Contributors
Updated on 27 Sept 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-6.9%
649,809
Compared to previous day
Last week
1.2%
3,650,318
Compared to previous week
Last month
5.1%
15,530,409
Compared to previous month
Last year
-16.3%
184,934,362
Compared to previous year
3
1
A CSS property value parser built upon PostCSS, following the same node and traversal patterns as PostCSS.
Using npm:
1npm install postcss-values-parser --save-dev
Please consider becoming a patron if you find this module useful.
postcss-values-parser
Node version v6.14.0+ and PostCSS v7.0.0+.
Using the parser is straightforward and minimalistic:
1const { parse } = require('postcss-values-parser'); 2 3const root = parse('#fff'); 4const node = root.first; 5 6// → Word { 7// raws: { before: '', after: '' }, 8// value: '#fff', 9// type: 'word', 10// isHex: true, 11// isColor: true, 12// isVariable: false, 13// ... 14// }
Please see the Documentation for further information on using the module.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 12/30 approved changesets -- score normalized to 4
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
30 existing vulnerabilities detected
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