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

ngx-slick-carousel

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-slick-carousel - npm Package Compare versions

Comparing version 0.6.0 to 15.0.0

23

package.json
{
"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

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