Socket
Socket
Sign inDemoInstall

@types/react-alice-carousel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-alice-carousel - npm Package Compare versions

Comparing version 1.15.0 to 1.15.1

10

react-alice-carousel/index.d.ts

@@ -176,2 +176,10 @@ // Type definitions for react-alice-carousel 1.15

export default class ReactAliceCarousel extends React.PureComponent<Props> {}
export function slideTo(index: number): void;
export function slidePrev(index: number): void;
export function slideNext(index: number): void;
export default class ReactAliceCarousel extends React.PureComponent<Props> {
slideTo(index: number): void;
slidePrev(): void;
slideNext(): void;
}

4

react-alice-carousel/package.json
{
"name": "@types/react-alice-carousel",
"version": "1.15.0",
"version": "1.15.1",
"description": "TypeScript definitions for react-alice-carousel",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "4783b7c93fbbbeeede646d6e9e74a2e628826ec1130d45a804d5c2a6039ad4dc",
"typesPublisherContentHash": "4939a07a77364b3786b73759f4f1f8b4a5dabac4e7a892f3780de9d3aa0c1fd9",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Fri, 28 Jun 2019 16:38:25 GMT
* Last updated: Thu, 11 Jul 2019 23:08:25 GMT
* Dependencies: @types/react

@@ -14,0 +14,0 @@ * Global values: none

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