Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-responsive-carousel

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-responsive-carousel - npm Package Compare versions

Comparing version 1.5.11 to 2.0.0

karma.conf.js

14

package.json
{
"name": "angular-responsive-carousel",
"version": "1.5.11",
"version": "2.0.0",
"description": "Carousel for Angular. A simple solution for horizontal scrolling images with lazy loading.",

@@ -32,11 +32,3 @@ "repository": {

"tslib": "^2.0.0"
},
"main": "bundles/angular-responsive-carousel.umd.js",
"module": "fesm2015/angular-responsive-carousel.js",
"es2015": "fesm2015/angular-responsive-carousel.js",
"esm2015": "esm2015/angular-responsive-carousel.js",
"fesm2015": "fesm2015/angular-responsive-carousel.js",
"typings": "angular-responsive-carousel.d.ts",
"metadata": "angular-responsive-carousel.metadata.json",
"sideEffects": false
}
}
}

@@ -67,2 +67,5 @@ # Carousel for Angular

| loop | boolean | false | Infinite loop. |
| lightDOM | boolean | false | Keep a limited number of cells in the DOM tree for an unlimited number of images. As the carousel scrolls, the images will be lazy loaded. This allows you not to overload the browser memory. This mode works only with images passed as an array. |
| overflowCellsLimit | number | 3 | The number of carousel cells that will be stored for in the DOM tree outside the scope. |
| freeScroll | boolean | false | The carousel will stop where the touch ended and will not automatically align. |
| autoplay | boolean | false | Automatically start the carousel after initialization. |

@@ -72,3 +75,2 @@ | autoplayInterval | number | 5000 | The interval between scrolling the carousel. Used together with autoplay. |

| dots | boolean | false | Carousel progress bar. |
| overflowCellsLimit | number | 3 | The number of carousel cells that will be stored for in the DOM tree outside the scope. |
| margin | number | 10 | Cell spacing. |

@@ -75,0 +77,0 @@ | minSwipeDistance | number | 10 | Minimum distance for swipe. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc