Gathering detailed insights and metrics for vue-circle-xprogress
Gathering detailed insights and metrics for vue-circle-xprogress
Gathering detailed insights and metrics for vue-circle-xprogress
Gathering detailed insights and metrics for vue-circle-xprogress
npm install vue-circle-xprogress
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.7
Supply Chain
81.6
Quality
75
Maintenance
100
Vulnerability
100
License
Vue (100%)
Total Downloads
1,520
Last Day
1
Last Week
7
Last Month
19
Last Year
149
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 11, 2018
Minified
Minified + Gzipped
Latest Version
0.0.3
Package Id
vue-circle-xprogress@0.0.3
Unpacked Size
30.02 kB
Size
7.40 kB
File Count
8
NPM Version
6.4.1
Node Version
9.2.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
250%
7
Compared to previous week
Last Month
-24%
19
Compared to previous month
Last Year
16.4%
149
Compared to previous year
31
a vue component of circle progress bar
1$ npm i vue-circle-xprogress -s
1 import Vue from 'Vue' 2 import CircleProgress from 'vue-circle-xprogress' 3 import 'vue-circle-progress/dist/circle-progress.css' 4 Vue.use(CircleProgress)
1<script src="https://cdn.jsdelivr.net/npm/vue-circle-xprogress@0.0.1/dist/circle-progress.min.js"></script> 2<link ref="stylesheet" href="https://cdn.jsdelivr.net/npm/vue-circle-xprogress@0.0.1/dist/circle-progress.css">
1<template> 2 <circle-progress percent="30" size="60"> 3 <p>30</p> 4 </circle-progress> 5</template> 6<script> 7</script>
param | description | type | default |
---|---|---|---|
percent | 进度百分比 0-100 | Number | 0 |
size | 大小 | Number | 120 |
staticWidth | 背景圆环 stroke 宽度 | String | 6 |
staticColor | 背景圆环 颜色 | String | #E8EAED |
dynamicWidth | 圆环 stroke 宽度 | Number | 7 |
dynamicColor | 圆环 颜色 | String | #3864EC |
dynamicShape | 圆环边角形状 round ,square | String | round |
dashboard | 仪表盘 | Boolean | false |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/5 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
87 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-19
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