Gathering detailed insights and metrics for flickity-imagesloaded
Gathering detailed insights and metrics for flickity-imagesloaded
npm install flickity-imagesloaded
Typescript
Module System
Node Version
NPM Version
90.2
Supply Chain
78.6
Quality
75.5
Maintenance
100
Vulnerability
99.3
License
JavaScript (49.01%)
HTML (48.86%)
CSS (2.13%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
4,803,892
Last Day
1,747
Last Week
12,582
Last Month
52,459
Last Year
946,614
19 Stars
18 Commits
16 Forks
6 Watchers
1 Branches
1 Contributors
Updated on Apr 20, 2024
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
flickity-imagesloaded@2.0.0
Size
3.08 kB
NPM Version
2.14.12
Node Version
4.2.4
Published on
Jul 08, 2016
Cumulative downloads
Total Downloads
Last Day
-9.7%
1,747
Compared to previous day
Last Week
8%
12,582
Compared to previous week
Last Month
41.6%
52,459
Compared to previous month
Last Year
8.4%
946,614
Compared to previous year
2
Enables the imagesLoaded
option for Flickity
1var flkty = new Flickity( '.carousel', {
2 // re-position cells when images load
3 imagesLoaded: true
4})
This package is already included in flickity.pkgd.js
and flickity.pkgd.min.js
. You do not need to install this package if you are using those files.
Bower: bower install flickity-imagesloaded
npm: npm install flickity-imagesloaded
1requirejs( [ 'path/to/flickity-imagesloaded' ], function( Flickity ) { 2 var flkty = new Flickity( '.carousel', { 3 imagesLoaded: true 4 }); 5});
1var Flickity = require('flickity-imagesloaded'); 2 3var flkty = new Flickity( '.carousel', { 4 imagesLoaded: true 5});
By Metafizzy
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
Found 0/18 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
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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