Gathering detailed insights and metrics for figma-tokens-values-parser
Gathering detailed insights and metrics for figma-tokens-values-parser
Gathering detailed insights and metrics for figma-tokens-values-parser
Gathering detailed insights and metrics for figma-tokens-values-parser
npm install figma-tokens-values-parser
Typescript
Module System
Min. Node Version
Node Version
NPM Version
73.1
Supply Chain
91.4
Quality
75.5
Maintenance
100
Vulnerability
81.3
License
JavaScript (100%)
Total Downloads
1,826
Last Day
2
Last Week
7
Last Month
20
Last Year
153
59 Stars
130 Commits
31 Forks
6 Watching
2 Branches
19 Contributors
Minified
Minified + Gzipped
Latest Version
6.0.2-figma-tokens.11
Package Id
figma-tokens-values-parser@6.0.2-figma-tokens.11
Unpacked Size
74.04 kB
Size
18.69 kB
File Count
23
NPM Version
8.1.2
Node Version
16.13.1
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
7
Compared to previous week
Last month
900%
20
Compared to previous month
Last year
-62%
153
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
31 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