Socket
Socket
Sign inDemoInstall

react-responsive-carousel

Package Overview
Dependencies
3
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.24 to 3.1.25

12

CHANGELOG.md
# React Responsive Carousel
## 3.1.24 - Wed Jul 05 2017
* #148 Autoplay and stop on hover causes a warning.
- Added tests for the internal state isMouseEntered and tests for enabeling and disabeling the auto play function on mouse enter / leave.
* #148 Autoplay and stop on hover causes a warning.
- Added build version of carousel.
* #148 Autoplay and stop on hover causes a warning.
- Added a mouse entered state so we know when not to activate the auto play feature.
## 3.1.23 - Tue Jul 04 2017
* #148 Autoplay and stop on hover causes a warning.
* Types author header added.

@@ -89,4 +99,2 @@

## 3.1.7 - Mon Apr 24 2017
* #104 - Fixes problem where arrows were not appearing after carousel was loaded
* Fix issue when selected image is other than zero index

@@ -93,0 +101,0 @@

2

index.d.ts

@@ -30,3 +30,3 @@ // Type definitions for react-responsive-carousel 3.1

autoPlay?: boolean;
stepOnHover?: boolean;
stopOnHover?: boolean;
interval?: number;

@@ -33,0 +33,0 @@ transitionTime?: number;

{
"name": "react-responsive-carousel",
"version": "3.1.24",
"version": "3.1.25",
"description": "React Responsive Carousel",

@@ -5,0 +5,0 @@ "author": {

# React Responsive Carousel
#### Help wanted - please read: https://github.com/leandrowd/react-responsive-carousel/issues/160
[![npm version](https://badge.fury.io/js/react-responsive-carousel.svg)](https://badge.fury.io/js/react-responsive-carousel)

@@ -63,3 +65,9 @@ [![Build Status](https://travis-ci.org/leandrowd/react-responsive-carousel.svg?branch=master)](https://travis-ci.org/leandrowd/react-responsive-carousel)

// Don't forget to include the css in your page
// <link rel="stylesheet" href="carousel.css"/>
// Using webpack
// import styles from 'react-responsive-carousel/lib/styles/carousel.min.css';
// Using html tag:
// <link rel="stylesheet" href="<NODE_MODULES_FOLDER>/react-responsive-carousel/lib/styles/carousel.min.css"/>
```

@@ -66,0 +74,0 @@

Sorry, the diff of this file is not supported yet

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