New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-slick-carousel

Package Overview
Dependencies
Maintainers
0
Versions
30
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 17.0.0 to 18.0.0

24

package.json
{
"name": "ngx-slick-carousel",
"version": "17.0.0",
"version": "18.0.0",
"repository": {

@@ -10,3 +10,3 @@ "type": "git",

"name": "leo6104",
"email": "heo@mapiacompany.com"
"email": "heo@mpaghq.com"
},

@@ -22,8 +22,13 @@ "keywords": [

"typings": "index.d.ts",
"dependencies": {
"@types/slick-carousel": "^1.6.0",
"@types/jquery": ">=2.0.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/common": "^17.0.0 || ^18.0.0",
"@angular/forms": "^17.0.0 || ^18.0.0",
"rxjs": "^7.0.0",
"zone.js": ">=0.10.2"
"zone.js": "^0.14.0 || ^0.15.0"
},

@@ -36,11 +41,6 @@ "exports": {

"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-slick-carousel.mjs",
"esm": "./esm2022/ngx-slick-carousel.mjs",
"default": "./fesm2022/ngx-slick-carousel.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
"sideEffects": false
}

@@ -16,4 +16,4 @@ # ngx-slick-carousel

```bash
$ npm install jquery --save
$ npm install slick-carousel --save
$ npm install jquery @types/jquery --save
$ npm install slick-carousel @types/slick-carousel --save
$ npm install ngx-slick-carousel --save

@@ -154,2 +154,2 @@ ```

MIT © [leo6104](mailto:heo@mapiacompany.com)
MIT © [leo6104](mailto:heo@mpaghq.com)

@@ -1,2 +0,2 @@

import { AfterViewChecked, AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
import { AfterViewChecked, AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";

@@ -7,6 +7,6 @@ /**

export declare class SlickCarouselComponent implements OnDestroy, OnChanges, AfterViewInit, AfterViewChecked {
config: any;
afterChange: EventEmitter<{
event: any;
slick: any;
config: JQuerySlickOptions;
afterChange: import("@angular/core").OutputEmitterRef<{
event: JQuery.TriggeredEvent<HTMLElement>;
slick: JQuerySlick;
currentSlide: number;

@@ -16,22 +16,22 @@ first: boolean;

}>;
beforeChange: EventEmitter<{
event: any;
slick: any;
beforeChange: import("@angular/core").OutputEmitterRef<{
event: JQuery.TriggeredEvent<HTMLElement>;
slick: JQuerySlick;
currentSlide: number;
nextSlide: number;
}>;
breakpoint: EventEmitter<{
event: any;
slick: any;
breakpoint: import("@angular/core").OutputEmitterRef<{
event: JQuery.TriggeredEvent<HTMLElement>;
slick: JQuerySlick;
breakpoint: any;
}>;
destroy: EventEmitter<{
event: any;
slick: any;
destroy: import("@angular/core").OutputEmitterRef<{
event: JQuery.TriggeredEvent<HTMLElement>;
slick: JQuerySlick;
}>;
init: EventEmitter<{
event: any;
slick: any;
init: import("@angular/core").OutputEmitterRef<{
event: JQuery.TriggeredEvent<HTMLElement>;
slick: JQuerySlick;
}>;
$instance: any;
$instance: JQuery;
private currentIndex;

@@ -38,0 +38,0 @@ slides: any[];

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