Gathering detailed insights and metrics for vertical-marquee-view
Gathering detailed insights and metrics for vertical-marquee-view
Gathering detailed insights and metrics for vertical-marquee-view
Gathering detailed insights and metrics for vertical-marquee-view
npm install vertical-marquee-view
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Oct 16, 2019
Latest Version
1.1.1
Package Id
vertical-marquee-view@1.1.1
Unpacked Size
5.67 kB
Size
2.12 kB
File Count
3
NPM Version
6.11.3
Node Version
12.12.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
No dependencies detected.
A react-native marquee(vertical) label component.
Skip this part, go to #Install
This is a vertical marquee label.
Please refer to vertical-marquee-view for more detailed descrition.
Note:
width
or flex
to layout the view.width
to layout the view. flex
layout is not supported.1npm install --save vertical-marquee-view
1import VerticalMarqueeView from 'vertical-marquee-view ';
1<VerticalMarqueeView 2 duration={8000} 3 text={'This is a Marquee Label.'} 4 textStyle={{ fontSize: 13, color: 'white' }} 5/>
or
1<VerticalMarqueeView 2 speed={250} 3 textStyle={{ fontSize: 13, color: 'white' }} 4> 5 This is a Marquee Label. 6</VerticalMarqueeView>
children
: string, the text to show in the marquee. Alternative to text
.text
: string, the text to show in the marquee. Alternative to children
.duration
: number(unit: millisecond), the duration for the marquee to run one round. e.g. 6000 (for 6 seconds a round). Alternative to speed
.speed
: number(unit: px/s, px per second), the speed of the marquee. Alternative to duration
.bgViewStyle
: stylesheet object, background view component custom styles.textStyle
: stylesheet object, text component custom styles.Version 1.1.0
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
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