Gathering detailed insights and metrics for @glidejs/glide
Gathering detailed insights and metrics for @glidejs/glide
Gathering detailed insights and metrics for @glidejs/glide
Gathering detailed insights and metrics for @glidejs/glide
@types/glidejs__glide
TypeScript definitions for @glidejs/glide
ngx-glide
Angular wrapper component of Glide carousel library
vue-glide-js
Vue component on top of the Glide.js
@glideapps/glide-data-grid
React data grid for beautifully displaying and editing large amounts of data with amazing performance.
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
npm install @glidejs/glide
99.7
Supply Chain
100
Quality
87.8
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
7,380 Stars
608 Commits
771 Forks
136 Watching
4 Branches
53 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (97.22%)
SCSS (2.78%)
Cumulative downloads
Total Downloads
Last day
-4.4%
21,082
Compared to previous day
Last week
4.5%
118,329
Compared to previous week
Last month
1.9%
489,774
Compared to previous month
Last year
1.1%
5,806,708
Compared to previous year
What can convince you:
Visit glidejs.com for documentation.
Looking for old documentation? Wiki contains archived documentation of Glide.js in version
^2.0.0
.
Glide.js is an open source project licensed under the MIT license. It's completely free to use. However, it would be great if you buy me a cup of coffee once in a while to keep me awake :)
Pull-in a latest version with NPM ...
1npm install @glidejs/glide
... provide <link>
to the required core stylesheet. You can also optionally add an included theme stylesheet ...
1<!-- Required Core stylesheet --> 2<link rel="stylesheet" href="node_modules/@glidejs/glide/dist/css/glide.core.min.css"> 3 4<!-- Optional Theme stylesheet --> 5<link rel="stylesheet" href="node_modules/@glidejs/glide/dist/css/glide.theme.min.css">
... then, prepare a little bit of necessary markup ...
1<div class="glide"> 2 <div data-glide-el="track" class="glide__track"> 3 <ul class="glide__slides"> 4 <li class="glide__slide"></li> 5 <li class="glide__slide"></li> 6 <li class="glide__slide"></li> 7 </ul> 8 </div> 9</div>
... and finally, initialize and mount a Glide.
1import Glide from '@glidejs/glide' 2 3new Glide('.glide').mount()
Need a few selected modules? Import and mount only what you need.
1import Glide, { Controls, Breakpoints } from '@glidejs/glide/dist/glide.modular.esm' 2 3new Glide('.glide').mount({ Controls, Breakpoints })
The issue channel is especially for improvement proposals and bug reporting. If you have implementing problems, please write on StackOverflow with glidejs tag.
Build using NPM scripts. The following scripts are available:
build:css
- Outputs CSS files from SASS files.build:js
- Outputs all destination variants of the script.build
- Comprehensively builds the entire library.test
- Runs complete test suite.lint
- Lints library JavaScript files.Copyright (c) 2014-present, Jędrzej Chałubek. Licensed under the terms of the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 6
Details
Reason
Found 11/30 approved changesets -- score normalized to 3
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
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
Project has not signed or included provenance with any releases.
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
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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