Gathering detailed insights and metrics for vue-lazy-load-img
Gathering detailed insights and metrics for vue-lazy-load-img
Gathering detailed insights and metrics for vue-lazy-load-img
Gathering detailed insights and metrics for vue-lazy-load-img
npm install vue-lazy-load-img
Typescript
Module System
Node Version
NPM Version
69.7
Supply Chain
74.6
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (58.31%)
Vue (41.69%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
31 Stars
13 Commits
15 Forks
4 Watchers
1 Branches
1 Contributors
Updated on Jul 11, 2023
Latest Version
0.0.5
Package Id
vue-lazy-load-img@0.0.5
Unpacked Size
114.91 kB
Size
31.55 kB
File Count
12
NPM Version
6.2.0
Node Version
8.11.2
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
本插件基于lazy-load-img的vue版本实现,请到lazy-load-img查看文档
npm install
npm run dev
1 2import Vue from 'vue' 3import VueLazyLoadImg from 'vue-lazy-load-img' 4 5Vue.use(VueLazyLoadImg) 6
1<vue-lazy-load-img 2 mode="diy" 3 :time="300" 4 :done="true" 5 :position="{ top: 0, right: 0, bottom: 0, left: 0 }" 6 :diy="{ backgroundSize: 'cover', backgroundRepeat: 'no-repeat', backgroundPosition: 'center center' }" 7 @before="before" 8 @success="success" 9 @error="error"> 10 <img src="./images/default.png" data-src="./images/test.png" alt=""> 11</vue-lazy-load-img>
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
43 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