Gathering detailed insights and metrics for slider-carousel
Gathering detailed insights and metrics for slider-carousel
Gathering detailed insights and metrics for slider-carousel
Gathering detailed insights and metrics for slider-carousel
This is an image carousel component, which uses the slide to swap them. It is simple and very efficient.
npm install slider-carousel
Typescript
Module System
Node Version
NPM Version
TypeScript (55.28%)
SCSS (28.24%)
HTML (12%)
JavaScript (4.48%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
6 Stars
33 Commits
1 Watchers
51 Branches
1 Contributors
Updated on Sep 13, 2022
Latest Version
1.1.1
Package Id
slider-carousel@1.1.1
Unpacked Size
542.92 kB
Size
186.80 kB
File Count
31
NPM Version
6.14.7
Node Version
12.14.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
Angular component of the carousel, using the slider as a transition. This is a simple, clean and light alternative. It also does not need dependencies.
Compatible with previous versions of Angular, except AngularJS.
1<slider-carousel [images]="example.images"></slider-carousel>
npm install slider-carousel
1import { SliderCarouselModule } from 'slider-carousel'; 2 3@NgModule({ 4 imports: [ 5 ..., 6 SliderCarouselModule 7 ], 8 declarations: [...], 9 providers: [], 10 bootstrap: [AppComponent] 11}) 12export class AppModule { }
style.scss
file application.1@import '~slider-carousel/slider-carousel.scss'; 2@include slider-carousel();
1@import '~slider-carousel/slider-carousel.scss'; 2@include slider-carousel($defaultColor, $bgColor);
Name | Type | Description |
---|---|---|
images | string[] or { lg: string, md?: string, sm?: string }[] | Address list of the images to be displayed. He accept an array of object (with the sizes of each images) or a simple array of string. |
Name | Type | Default | Description |
---|---|---|---|
preview | boolean | true | To open full image. (ex .: <... [preview]="true"></...> ). |
auto-size | string | '100%' | Images are displayed each with their respective but responsive measurements. (ex .: <... [auto-size]="true"></...> ). |
height | string | '500px' | Define a fixed height to container. (ex .: <... height="350px"></...> ). |
width | string | '100%' | Define a fixed width to container. (ex .: <... width="300px"></...> ). |
max-width | string | '100%' | Define a max width to container. (ex .: <... max-width="800px"></...> ). |
sm
is thumbnail and md
is carousel image:lg
is full image on preview mode:No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/27 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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
135 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