Gathering detailed insights and metrics for @umijs/fabric
Gathering detailed insights and metrics for @umijs/fabric
Gathering detailed insights and metrics for @umijs/fabric
Gathering detailed insights and metrics for @umijs/fabric
npm install @umijs/fabric
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
642 Stars
242 Commits
102 Forks
7 Watching
12 Branches
29 Contributors
Updated on 14 Nov 2024
Minified
Minified + Gzipped
TypeScript (57.14%)
JavaScript (33.85%)
Less (6.82%)
EJS (2.2%)
Cumulative downloads
Total Downloads
Last day
-6%
8,648
Compared to previous day
Last week
27.4%
51,273
Compared to previous week
Last month
25.3%
153,926
Compared to previous month
Last year
-22.2%
1,424,717
Compared to previous year
30
5
一个包含 prettier,eslint,stylelint 的配置文件合集
A collection of configuration files containing prettier, eslint, stylelint
安装
1npm i @umijs/fabric --save-dev 2yarn add @umijs/fabric -D
in .eslintrc.js
1module.exports = { 2 extends: [require.resolve('@umijs/fabric/dist/eslint')], 3 4 // in antd-design-pro 5 globals: { 6 ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true, 7 page: true, 8 }, 9 10 rules: { 11 // your rules 12 }, 13};
in .stylelintrc.js
1module.exports = { 2 extends: [require.resolve('@umijs/fabric/dist/stylelint')], 3 rules: { 4 // your rules 5 }, 6};
in .prettierrc.js
1const fabric = require('@umijs/fabric'); 2 3module.exports = { 4 ...fabric.prettier, 5};
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
8 existing vulnerabilities detected
Details
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 effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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