Gathering detailed insights and metrics for umi-plugin-gh-pages-test
Gathering detailed insights and metrics for umi-plugin-gh-pages-test
npm install umi-plugin-gh-pages-test
Typescript
Module System
Node Version
NPM Version
36.9
Supply Chain
76.1
Quality
67
Maintenance
25
Vulnerability
95.6
License
TypeScript (90.52%)
JavaScript (8.59%)
CSS (0.88%)
Total Downloads
1,553
Last Day
3
Last Week
3
Last Month
15
Last Year
166
16 Stars
24 Commits
2 Forks
5 Watching
1 Branches
6 Contributors
Latest Version
1.1.6
Package Id
umi-plugin-gh-pages-test@1.1.6
Unpacked Size
12.78 kB
Size
4.60 kB
File Count
5
NPM Version
6.14.4
Node Version
12.18.0
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
-72.7%
3
Compared to previous week
Last month
7.1%
15
Compared to previous month
Last year
-36.2%
166
Compared to previous year
4
1
umi plugin to publish to Github Pages.
Configure in .umirc.js
,
1export default { 2 ghPages:{ 3 dir:'dist', 4 useCDN: false, 5 getCDNUrl:(gitInfo)=>{return 'url'} 6 ...gh-pages#PublishOptions 7 } 8}
exclude dir
(default umi config outputPath
), other options please checkout https://github.com/tschaub/gh-pages#options
use CDN in publicPath ,default use jsdelivr - A free CDN for Open Source.
Custom CDN url.
config/config.ts
1{ 2 ghPages: { 3 useCDN: true, 4 }, 5}
1umi build
or
1$GH_PAGES_USE_CDN=true umi build
config/config.ts
1{ 2 ghPages: { 3 branch: 'gh-pages', 4 silent: true, 5 repo: `https://${process.env.GH_TOKEN}@github.com/alitajs/alita-docs.git`, 6 }, 7}
set the environment variables in vercel, with Production.
GH_TOKEN=[tokens](
https://github.com/settings/tokens)
GH_PAGES_USE_CDN=true
run the command
1$ umi build
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 2/10 approved changesets -- score normalized to 2
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
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 2025-01-20
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