ngx-slick-carousel
Advanced tools
Comparing version 0.6.0 to 15.0.0
{ | ||
"name": "ngx-slick-carousel", | ||
"version": "0.6.0", | ||
"version": "15.0.0", | ||
"repository": { | ||
@@ -20,11 +20,9 @@ "type": "git", | ||
"module": "fesm2015/ngx-slick-carousel.mjs", | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"typings": "ngx-slick-carousel.d.ts", | ||
"typings": "index.d.ts", | ||
"peerDependencies": { | ||
"@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", | ||
"@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", | ||
"@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", | ||
"rxjs": "^6.0.0 || ^7.0.0" | ||
"@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"@angular/forms": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"rxjs": "^6.0.0 || ^7.0.0", | ||
"zone.js": ">=0.10.2" | ||
}, | ||
@@ -40,3 +38,3 @@ "es2020": "fesm2020/ngx-slick-carousel.mjs", | ||
".": { | ||
"types": "./ngx-slick-carousel.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-slick-carousel.mjs", | ||
@@ -49,3 +47,6 @@ "es2020": "./fesm2020/ngx-slick-carousel.mjs", | ||
}, | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # ngx-slick-carousel | ||
1. Support Angular 7+ | ||
1. Support Angular 13+ | ||
2. Support Server side rendering | ||
@@ -9,0 +9,0 @@ 3. Support Re-initialize case |
@@ -1,2 +0,2 @@ | ||
import { AfterViewChecked, AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; | ||
import { AfterViewChecked, AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
@@ -73,13 +73,14 @@ /** | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SlickCarouselComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SlickCarouselComponent, "ngx-slick-carousel", ["slick-carousel"], { "config": "config"; }, { "afterChange": "afterChange"; "beforeChange": "beforeChange"; "breakpoint": "breakpoint"; "destroy": "destroy"; "init": "init"; }, never, ["*"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SlickCarouselComponent, "ngx-slick-carousel", ["slick-carousel"], { "config": "config"; }, { "afterChange": "afterChange"; "beforeChange": "beforeChange"; "breakpoint": "breakpoint"; "destroy": "destroy"; "init": "init"; }, never, ["*"], false, never>; | ||
} | ||
export declare class SlickItemDirective implements OnInit, OnDestroy { | ||
el: ElementRef; | ||
renderer: Renderer2; | ||
private platformId; | ||
private carousel; | ||
constructor(el: ElementRef, platformId: string, carousel: SlickCarouselComponent); | ||
constructor(el: ElementRef, renderer: Renderer2, platformId: string, carousel: SlickCarouselComponent); | ||
ngOnInit(): void; | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SlickItemDirective, [null, null, { host: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickItemDirective, "[ngxSlickItem]", never, {}, {}, never>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SlickItemDirective, [null, null, null, { host: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<SlickItemDirective, "[ngxSlickItem]", never, {}, {}, never, never, false, never>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
98810
1
0
6
11
929
+ Added@angular/common@16.2.12(transitive)
+ Added@angular/core@16.2.12(transitive)
+ Added@angular/forms@16.2.12(transitive)
+ Added@angular/platform-browser@16.2.12(transitive)
+ Addedzone.js@0.13.30.15.0(transitive)
- Removed@angular/common@14.3.0(transitive)
- Removed@angular/core@14.3.0(transitive)
- Removed@angular/forms@14.3.0(transitive)
- Removed@angular/platform-browser@14.3.0(transitive)
- Removedzone.js@0.12.0(transitive)
Updatedtslib@^2.3.0