Gathering detailed insights and metrics for vue3-infinite-viewer
Gathering detailed insights and metrics for vue3-infinite-viewer
npm install vue3-infinite-viewer
Typescript
Module System
Node Version
NPM Version
72.7
Supply Chain
98.4
Quality
76.2
Maintenance
100
Vulnerability
100
License
0.29.1 Release (2023-11-01)
Updated on Oct 31, 2023
0.29.0 Release (2023-08-07)
Updated on Aug 07, 2023
0.28.1 Release (2023-06-05)
Updated on Jun 04, 2023
0.28.0 Release (2023-06-02)
Updated on Jun 01, 2023
0.27.1 Release (2023-06-01)
Updated on May 31, 2023
0.27.0 Release (2023-05-31)
Updated on May 30, 2023
TypeScript (51.33%)
HTML (36.65%)
JavaScript (6.24%)
Vue (3.13%)
CSS (1.46%)
Svelte (1.2%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
24,558
Last Day
119
Last Week
500
Last Month
1,934
Last Year
15,041
MIT License
308 Stars
231 Commits
33 Forks
6 Watchers
2 Branches
4 Contributors
Updated on Feb 10, 2025
Minified
Minified + Gzipped
Latest Version
0.17.1
Package Id
vue3-infinite-viewer@0.17.1
Unpacked Size
48.50 kB
Size
10.13 kB
File Count
26
NPM Version
8.19.4
Node Version
16.20.0
Published on
Oct 31, 2023
Cumulative downloads
Total Downloads
Last Day
-11.2%
119
Compared to previous day
Last Week
6.6%
500
Compared to previous week
Last Month
35.6%
1,934
Compared to previous month
Last Year
140.8%
15,041
Compared to previous year
Vue Infinite Viewer is Document Viewer Component with infinite scrolling.
Demo / API / Main Project
1$ npm install vue3-infinite-viewer
1<template> 2 <vue-infinite-viewer class="viewer"> 3 <div class="viewport">AA</div> 4 </vue-infinite-viewer> 5</template> 6<script> 7import { VueInfiniteViewer } from "vue3-infinite-viewer"; 8 9export default { 10 components: { 11 VueInfiniteViewer 12 }, 13}; 14</script>
npm run dev
Compiles and hot-reloads for development
Please give a ⭐️ if this project helped you!
If you have any questions or requests or want to contribute to infinite-viewer
or other packages, please write the issue or give me a Pull Request freely.
If you find a bug, please report to us opening a new Issue on GitHub.
This project is MIT licensed.
MIT License
Copyright (c) 2020 Daybrush
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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 1/30 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
89 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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