Installations
npm install svelte-fast-marquee
Developer Guide
Typescript
Yes
Module System
ESM
Node Version
20.11.0
NPM Version
10.2.4
Score
69.1
Supply Chain
83.8
Quality
77
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
Svelte (65.76%)
JavaScript (26.66%)
HTML (7.59%)
Developer
Download Statistics
Total Downloads
78,962
Last Day
234
Last Week
1,115
Last Month
5,556
Last Year
45,745
GitHub Statistics
45 Stars
65 Commits
6 Forks
2 Watching
1 Branches
3 Contributors
Bundle Size
1.23 kB
Minified
476.00 B
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
78,962
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Svelte Fast Marquee
A Marquee component for Svelte inspired by react-fast-marquee.
Demo
Check out the demo here and play around with some sample marquees.
Installation
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
Documentation
You can find the documentation here.
Usage
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
9 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-mh2x-fcqh-fmqv
- Warn: Project is vulnerable to: GHSA-rjjv-87mx-6x3h
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975
- Warn: Project is vulnerable to: GHSA-64vr-g452-qvp3
- Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx
- Warn: Project is vulnerable to: GHSA-vg6x-rcgg-rjx6
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
1.9
/10
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