Gathering detailed insights and metrics for vue-count-to2
Gathering detailed insights and metrics for vue-count-to2
Gathering detailed insights and metrics for vue-count-to2
Gathering detailed insights and metrics for vue-count-to2
npm install vue-count-to2
Typescript
Module System
Node Version
NPM Version
49.4
Supply Chain
95.4
Quality
75.4
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
18,056
Last Day
1
Last Week
17
Last Month
166
Last Year
3,520
70 Stars
31 Commits
11 Forks
2 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.6
Package Id
vue-count-to2@1.0.6
Unpacked Size
30.13 kB
Size
10.28 kB
File Count
12
NPM Version
6.14.14
Node Version
14.17.4
Cumulative downloads
Total Downloads
Last day
-83.3%
1
Compared to previous day
Last week
-67.9%
17
Compared to previous week
Last month
46.9%
166
Compared to previous month
Last year
-73.7%
3,520
Compared to previous year
2
1
基于 vue-count-to 升级改造
如果需要vue2-ts版本,请使用 vue-count-to-ts 包;
如果仅需要vue2版本,请直接使用 vue-count-to 包
已经测试的运行环境,vite建议使用2.0+,webpack建议使用4.0+
安装
1npm install vue-count-to2 --save 2# 或 3yarn add vue-count-to2 --save
全局注册
1import countTo from 'vue-count-to2';
1import { createApp } from 'vue'; 2 3const app = createApp(...); 4 5app.use(countTo);
局部引入
1<template> 2 <count-to></count-to> 3</template> 4 5<script> 6import { CountTo } from 'vue-count-to2'; 7 8export default { 9 components: { 10 CountTo 11 } 12} 13</script>
浏览器引用
1<script src="https://unpkg.com/vue@next"></script> 2<script src="https://unpkg.com/vue-count-to2"></script> 3 4<body> 5 <div id="app"> 6 <count-to></count-to> 7 </div> 8</body> 9 10<script> 11const app = window.Vue.createApp(); 12 13app.use(window.countTo).mount('#app'); 14</script>
参看 vue-count-to 文档。
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 0/30 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
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
33 existing vulnerabilities detected
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