Socket
Socket
Sign inDemoInstall

react-responsive-carousel

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-carousel - npm Package Compare versions

Comparing version 3.1.40 to 3.1.41

11

CHANGELOG.md
# React Responsive Carousel
## 3.1.40 - Sat Jun 16 2018
* add autoPlay to state and update upon props change
* assign new autoPlay props when received
to work with up-to-date values in setup/destroy autoplay
## 3.1.39 - Tue May 22 2018

@@ -95,6 +102,2 @@ * Fix typeof comparison

## 3.1.26 - Fri Sep 22 2017
* add thumbWidth prop to allow specifying thumbnail width
add documentation for new thumbWidth prop
* added Component and removed bracker from code example of README
* Adding CONTRIBUTING.md

@@ -101,0 +104,0 @@

@@ -215,3 +215,2 @@ 'use strict';

_this.onSwipeEnd = function () {
_this.resetPosition();
_this.setState({

@@ -260,7 +259,2 @@ swiping: false

_this.resetPosition = function () {
var currentPosition = _this.getPosition(_this.state.selectedItem) + '%';
_this.setPosition(currentPosition);
};
_this.setPosition = function (position) {

@@ -267,0 +261,0 @@ var list = _reactDom2.default.findDOMNode(_this.listRef);

{
"name": "react-responsive-carousel",
"version": "3.1.40",
"version": "3.1.41",
"description": "React Responsive Carousel",

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

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