Gathering detailed insights and metrics for jstransformer-precss
Gathering detailed insights and metrics for jstransformer-precss
npm install jstransformer-precss
Typescript
Module System
Min. Node Version
Node Version
NPM Version
45
Supply Chain
48.1
Quality
74.4
Maintenance
50
Vulnerability
85.4
License
JavaScript (80.8%)
CSS (19.2%)
Total Downloads
16,496
Last Day
1
Last Week
5
Last Month
18
Last Year
136
109 Commits
5 Watching
8 Branches
6 Contributors
Minified
Minified + Gzipped
Latest Version
0.3.0
Package Id
jstransformer-precss@0.3.0
Size
1.86 kB
NPM Version
4.2.0
Node Version
7.10.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-50%
5
Compared to previous week
Last month
200%
18
Compared to previous month
Last year
-64%
136
Compared to previous year
3
2
PreCSS support for JSTransformers.
npm install jstransformer-precss
1var precss = require('jstransformer')(require('jstransformer-precss')) 2 3var input = `$blue: #056ef0 4.menu_link { 5 background: $blue; 6}` 7 8precss.render(input).body 9//=> `.menu_link { 10 background: #056ef0; 11}`
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/25 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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