angular-responsive-carousel
Advanced tools
Comparing version 1.5.11 to 2.0.0
{ | ||
"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. | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
24
0
97
0
74879
1863
1