Gathering detailed insights and metrics for @vessel-co/svelte-lottie-player
Gathering detailed insights and metrics for @vessel-co/svelte-lottie-player
Gathering detailed insights and metrics for @vessel-co/svelte-lottie-player
Gathering detailed insights and metrics for @vessel-co/svelte-lottie-player
npm install @vessel-co/svelte-lottie-player
Typescript
Module System
HTML (83.93%)
JavaScript (16.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
138 Stars
25 Commits
15 Forks
6 Watchers
4 Branches
14 Contributors
Updated on Mar 17, 2025
Latest Version
0.3.1
Package Id
@vessel-co/svelte-lottie-player@0.3.1
Unpacked Size
2.98 MB
Size
715.22 kB
File Count
20
Published on
Jan 11, 2024
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
1
27
Lottie player component for use with Svelte.
This provides a Lottie player using the lottie-web library, adding a control toolbar, render graph and other handy configs for viewing Lottie animations.
With yarn
:
1yarn add @lottiefiles/svelte-lottie-player
With npm
:
1npm install --save @lottiefiles/svelte-lottie-player
Basic steps for use in a Svelte project:
1<!-- App.svelte --> 2<script> 3 import { LottiePlayer } from '@lottiefiles/svelte-lottie-player'; 4 5 let controlsLayout = [ 6 'previousFrame', 7 'playpause', 8 'stop', 9 'nextFrame', 10 'progress', 11 'frame', 12 'loop', 13 'spacer', 14 'background', 15 'snapshot', 16 'zoom', 17 'info', 18 ]; 19</script> 20 21<LottiePlayer 22 src="https://assets2.lottiefiles.com/packages/lf20_wxUJzo.json" 23 autoplay="{true}" 24 loop="{true}" 25 controls="{true}" 26 renderer="svg" 27 background="transparent" 28 height="{600}" 29 width="{600}" 30 controlsLayout="{controlsLayout}" 31/>
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/24 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
75 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