Gathering detailed insights and metrics for vue-text-marquee
Gathering detailed insights and metrics for vue-text-marquee
Gathering detailed insights and metrics for vue-text-marquee
Gathering detailed insights and metrics for vue-text-marquee
vue-marquee-text-component
[CSS GPU Animation] Marquee Text for vuejs
vue-marquee-text
> A vue component that simulate android:ellipsize="marquee" (一个模仿安卓文本跑马灯效果的Vue组件)
auto-marquee
displays text for a short time, and auto uses marquee for a long time
vue-marquee-box
[CSS GPU Animation] Marquee Text for vuejs
npm install vue-text-marquee
Typescript
Module System
Node Version
NPM Version
Vue (71.81%)
JavaScript (17.44%)
HTML (10.76%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
25 Stars
63 Commits
9 Forks
1 Watchers
3 Branches
1 Contributors
Updated on Aug 17, 2024
Latest Version
1.1.0
Package Id
vue-text-marquee@1.1.0
Unpacked Size
449.29 kB
Size
168.39 kB
File Count
17
NPM Version
6.4.1
Node Version
10.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1import Vue from 'vue'; 2import VTextMarquee from 'vue-text-marquee'; 3Vue.use(VMarquee);
.vue
file1import { VTextMarquee } from 'vue-text-marquee'; 2export default { 3 component: { 4 VTextMarquee: VTextMarquee 5 } 6}
speed
{Number}
, scrolling speed, default 50
content
{String}
, scrolling content, you can also use default slot instead.animate
{Boolean}
, control the animation is running or pause, default true
.(Used css3's animation-play-state
)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 effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
88 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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