Socket
Socket
Sign inDemoInstall

@types/react-slick

Package Overview
Dependencies
3
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.12 to 0.23.13

8

react-slick/index.d.ts

@@ -32,3 +32,3 @@ import * as React from "react";

afterChange?(currentSlide: number): void;
appendDots?(dots: React.ReactNode): JSX.Element;
appendDots?(dots: React.ReactNode): React.JSX.Element;
arrows?: boolean | undefined;

@@ -44,3 +44,3 @@ asNavFor?: Slider | undefined;

cssEase?: string | undefined;
customPaging?(index: number): JSX.Element;
customPaging?(index: number): React.JSX.Element;
dotsClass?: string | undefined;

@@ -56,3 +56,3 @@ dots?: boolean | undefined;

lazyLoad?: LazyLoadTypes | undefined;
nextArrow?: JSX.Element | undefined;
nextArrow?: React.JSX.Element | undefined;
onEdge?(swipeDirection: SwipeDirection): void;

@@ -66,3 +66,3 @@ onInit?(): void;

pauseOnHover?: boolean | undefined;
prevArrow?: JSX.Element | undefined;
prevArrow?: React.JSX.Element | undefined;
responsive?: ResponsiveObject[] | undefined;

@@ -69,0 +69,0 @@ rows?: number | undefined;

{
"name": "@types/react-slick",
"version": "0.23.12",
"version": "0.23.13",
"description": "TypeScript definitions for react-slick",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-slick",

},
"typesPublisherContentHash": "c66bf835abd58d29717a303d25f0eda174e401690f3f1b5a0079db984e0554ec",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "dae690a04600143377a572d0b9192d4360f7e49bcf660f7e422568306a2342ca",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Sun, 17 Dec 2023 16:06:59 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc