Socket
Socket
Sign inDemoInstall

@types/react-alice-carousel

Package Overview
Dependencies
3
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.0 to 1.15.0

14

react-alice-carousel/index.d.ts

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

// Type definitions for react-alice-carousel 1.13
// Type definitions for react-alice-carousel 1.15
// Project: https://github.com/maxmarinich/react-alice-carousel

@@ -141,3 +141,3 @@ // Definitions by: endigo <https://github.com/endigo>

*/
showSlideInfo?: false;
showSlideInfo?: boolean;
/**

@@ -148,9 +148,9 @@ * Prevent the browser's touchmove event when carousel is swiping

*/
preventEventOnTouchMove?: false;
preventEventOnTouchMove?: boolean;
/**
* Prevent the browser's touchmove event when carousel is swiping
* Set auto height for the stage
*
* Default: false.
*/
autoHeight?: false;
autoHeight?: boolean;
/**

@@ -172,4 +172,8 @@ * Fired when the event object is changing / returns event object

onResized?: (e: EventObject) => void;
/**
* Fired during resize event to determine whether the event handler should be called / return boolean
*/
shouldHandleResizeEvent?: (e: any) => boolean;
}
export default class ReactAliceCarousel extends React.PureComponent<Props> {}
{
"name": "@types/react-alice-carousel",
"version": "1.13.0",
"version": "1.15.0",
"description": "TypeScript definitions for react-alice-carousel",

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

},
"typesPublisherContentHash": "d1f01bc7f5743da93d24682b0450a834554617d3ae2369b08e2c30e6c481f392",
"typesPublisherContentHash": "4783b7c93fbbbeeede646d6e9e74a2e628826ec1130d45a804d5c2a6039ad4dc",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-alice-carousel ( https://github.com/maxmarinich/react-alice-carousel ).
This package contains type definitions for react-alice-carousel (https://github.com/maxmarinich/react-alice-carousel).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 03 Apr 2019 16:35:21 GMT
* Last updated: Fri, 28 Jun 2019 16:38:25 GMT
* Dependencies: @types/react

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc