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
glidejs
Glide is a responsive and touch-friendly jQuery slider. Based on CSS3 transitions with fallback to older broswers. It's simple, lightweight and fast.
react-glidejs
A React wrapper for Glide.js.
@types/glidejs
TypeScript definitions for glidejs
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
Typescript
Module System
Node Version
NPM Version
JavaScript (97.22%)
SCSS (2.78%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7,627 Stars
608 Commits
779 Forks
136 Watchers
4 Branches
52 Contributors
Updated on Jul 11, 2025
Latest Version
3.7.1
Package Id
@glidejs/glide@3.7.1
Unpacked Size
439.33 kB
Size
95.96 kB
File Count
93
NPM Version
6.14.18
Node Version
14.21.3
Published on
Nov 22, 2024
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
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
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
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
18 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