Gathering detailed insights and metrics for @dash-ui/stylis
Gathering detailed insights and metrics for @dash-ui/stylis
Gathering detailed insights and metrics for @dash-ui/stylis
Gathering detailed insights and metrics for @dash-ui/stylis
npm install @dash-ui/stylis
76.4
Supply Chain
89.1
Quality
75.5
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
23 Commits
2 Watching
9 Branches
1 Contributors
Updated on 26 Sept 2021
JavaScript (87.27%)
TypeScript (12.42%)
Shell (0.31%)
Cumulative downloads
Total Downloads
Last day
-6.8%
68
Compared to previous day
Last week
1%
487
Compared to previous week
Last month
-3.8%
2,132
Compared to previous month
Last year
117.7%
25,610
Compared to previous year
A fork of @emotion/stylis that makes it even smaller, still
1npm i @dash-ui/stylis
@dash-ui/stylis
is a version of Stylis that has been modified slightly to make it smaller. The only Stylis option that can be changed is prefix
, the rest of the options are already set to the values shown below and cannot be changed. This package also only exports the constructer, so you have to do new Stylis()
and use the result from that rather than directly calling Stylis
. The result of that function also cannot be used to create a stylis instance unlike stylis.
1type Options = { 2 global: false, 3 preserve: false, 4 keyframe: false, 5 semicolon: true, 6 cascade: true, 7 compress: false, 8 prefix: boolean | ((key: string, value: string, context: number) => boolean), 9};
1import Stylis from "@dash-ui/stylis"; 2 3const stylis = new Stylis(); 4 5stylis(".css-hash", "display:flex;"); // .css-hash{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
To build this package from a newer version of stylis, update the version of stylis that is installed as a devDependency and run node build.js
in the directory of this package. This will read the source of stylis, transform it slightly, use the Google Closure Compiler REST API to minify it, format it with Prettier and then write it to src/stylis.min.js
.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 0/23 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
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
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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