Gathering detailed insights and metrics for svelte-fast-marquee
Gathering detailed insights and metrics for svelte-fast-marquee
npm install svelte-fast-marquee
Typescript
Module System
Node Version
NPM Version
69.1
Supply Chain
83.8
Quality
77
Maintenance
100
Vulnerability
100
License
Svelte (65.76%)
JavaScript (26.66%)
HTML (7.59%)
Total Downloads
78,962
Last Day
234
Last Week
1,115
Last Month
5,556
Last Year
45,745
45 Stars
65 Commits
6 Forks
2 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
0.8.0
Package Id
svelte-fast-marquee@0.8.0
Unpacked Size
8.15 kB
Size
3.26 kB
File Count
7
NPM Version
10.2.4
Node Version
20.11.0
Publised On
23 Sept 2024
Cumulative downloads
Total Downloads
Last day
3.5%
234
Compared to previous day
Last week
-22.8%
1,115
Compared to previous week
Last month
40.4%
5,556
Compared to previous month
Last year
68.8%
45,745
Compared to previous year
1
A Marquee component for Svelte inspired by react-fast-marquee.
Check out the demo here and play around with some sample marquees.
If you're using npm, in the command prompt run:
1npm install svelte-fast-marquee --save
If you're using yarn, run:
1yarn add svelte-fast-marquee
If you're using bun, run:
1bun add svelte-fast-marquee
You can find the documentation here.
To use the component, first import Marquee
into your file:
1import Marquee from "svelte-fast-marquee";
Then wrap the <Marquee>
tags around any component or text you'd like to slide.
1<Marquee> 2 I can be a Svelte component, multiple Svelte components, or just some text. 3</Marquee>
A sample file might look like this:
1<script> 2 import MyComponent from '../components/MyComponent'; 3 import Marquee from 'svelte-fast-marquee'; 4</script> 5<Marquee> 6 <MyComponent /> 7 <MyComponent /> 8 <MyComponent /> 9</Marquee>
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
Found 1/29 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy 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
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