Gathering detailed insights and metrics for vue-scroll-progress
Gathering detailed insights and metrics for vue-scroll-progress
Gathering detailed insights and metrics for vue-scroll-progress
Gathering detailed insights and metrics for vue-scroll-progress
v-scroll-progress
a vue directive that calls given function with scroll progress of binded element
@guillaumebriday/vue-scroll-progress-bar
Vue.js plugin for page scroll progress bar
vue-progress-scroll
A Vue.js prugin that adds progress bar on top of the page
vue-content-scroll-progress
vue.js plugin for scrolling progress bar display
npm install vue-scroll-progress
Typescript
Module System
Node Version
NPM Version
Shell (51.58%)
JavaScript (48.42%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
100 Stars
69 Commits
11 Forks
1 Watchers
31 Branches
1 Contributors
Updated on Jan 24, 2025
Latest Version
1.1.5
Package Id
vue-scroll-progress@1.1.5
Unpacked Size
9.97 kB
Size
3.57 kB
File Count
6
NPM Version
6.14.7
Node Version
14.8.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
Simple Vue.js plugin for page scroll progress bar
1npm i vue-scroll-progress --save
1yarn add vue-scroll-progress
1// YourComponent.vue or main.js for global usage 2import Vue from "vue"; 3import VueScrollProgress from "vue-scroll-progress"; 4 5Vue.use(VueScrollProgress);
1<!-- .vue template --> 2<template> 3 <VueScrollProgress></VueScrollProgress> 4</template>
1<style> 2/* play with some lines below */ 3#progress-container-el { 4 /* background */ 5 background-color: transparent !important; 6 top: calc(100% - 4px) !important; /* remove if Vue 3.x */ 7} 8#progress-el { 9 /* progress bar */ 10 background-color: red !important; 11} 12</style>
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/18 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
86 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