Gathering detailed insights and metrics for ngx-hammerjs-carousel
Gathering detailed insights and metrics for ngx-hammerjs-carousel
Gathering detailed insights and metrics for ngx-hammerjs-carousel
Gathering detailed insights and metrics for ngx-hammerjs-carousel
ngx-hm-carousel
A light carousel for Angular, support mobile touch by hammerJs with SSR
ngx-light-carousel
A fully responsive, highly configurable carousel / slider.
@tmfs/ngx-swiper
This library is a general-purpose, lightweight and dependency-free swiper to be used in Angular applications. By default, you can pass an array of images url to the `items` property to have a fully working images swiper. To improve the performances, the
An extremely smooth photo/image carousel/slider/swiper for Angular that uses Hammer.JS
npm install ngx-hammerjs-carousel
Typescript
Module System
Node Version
NPM Version
TypeScript (72.33%)
JavaScript (12.61%)
HTML (7.74%)
CSS (7.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3 Stars
26 Commits
1 Watchers
8 Branches
2 Contributors
Updated on Dec 10, 2022
Latest Version
1.0.5
Package Id
ngx-hammerjs-carousel@1.0.5
Unpacked Size
125.34 kB
Size
25.70 kB
File Count
17
NPM Version
8.1.0
Node Version
16.13.0
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
1
3
A photo/image carousel/slider/swiper for Angular that uses Hammer.JS.
Inspired by a great blog post from Drew Powers.
Online demo: https://stackblitz.com/edit/ngx-hammerjs-carousel-demo
npm install hammerjs ngx-hammerjs-carousel --save
In your (app) module:
1import { HammerjsCarouselModule } from 'ngx-hammerjs-carousel'; 2... 3@NgModule({ 4 ... 5 imports: [ 6 ... 7 HammerjsCarouselModule 8 ... 9 ],
In your TypeScript:
1 slides = [ 2 'https://cdn.mijnreservering.info/janvanrossum/37medium.jpg', 3 'https://cdn.mijnreservering.info/janvanrossum/38medium.jpg', 4 'https://cdn.mijnreservering.info/janvanrossum/39medium.jpg', 5 'https://cdn.mijnreservering.info/janvanrossum/40medium.jpg', 6 'https://cdn.mijnreservering.info/janvanrossum/41medium.jpg' 7 ];
In your template:
1<hammerjs-carousel [slides]="slides"></hammerjs-carousel>
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
no SAST tool detected
Details
Reason
Found 0/26 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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
85 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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