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.15 to 3.1.16

11

CHANGELOG.md
# React Responsive Carousel
## 3.1.15 - Sun Apr 30 2017
* Merge pull request #117 from leandrowd/issue-97
> #97: Fixing warning about passive listeners and preventDefault
* #97: Fixing issue with auto play and swipe on mobile
* #97: Updating react-easy-swipe
* Updating changelog
## 3.1.14 - Sat Apr 29 2017

@@ -130,5 +138,2 @@ * Merge pull request #116 from leandrowd/issue-112-2

## 3.0.20 - Sun Sep 25 2016
* Adding tolerance for swipe scroll behaviour
* Refactoring tests to use es6 features
* Adding tests for auto play

@@ -135,0 +140,0 @@

@@ -16,7 +16,8 @@ var changelog = require('changelog');

'Deplo',
"Merge pull request"
];
var notAllowedMessages = [
'Merge branch'
'Merge pull request',
'Merge branch',
'Updating changelog'
];

@@ -23,0 +24,0 @@

@@ -360,5 +360,5 @@ 'use strict';

this.autoPlay();
var carouselWrapper = this.refs['carouselWrapper'];
if (this.props.stopOnHover) {
var carouselWrapper = this.refs['carouselWrapper'];
if (this.props.stopOnHover && carouselWrapper) {
carouselWrapper.addEventListener('mouseenter', this.stopOnHover);

@@ -519,2 +519,3 @@ carouselWrapper.addEventListener('mouseleave', this.autoPlay);

style: itemListStyles,
tolerance: this.props.swipeScrollTolerance,
ref: 'itemList'

@@ -589,3 +590,3 @@ };

transitionTime: _propTypes2.default.number,
swipeScrollTolerance: _propTypes2.default.oneOfType([_propTypes2.default.number, _propTypes2.default.string]),
swipeScrollTolerance: _propTypes2.default.oneOfType([_propTypes2.default.number]),
dynamicHeight: _propTypes2.default.bool,

@@ -592,0 +593,0 @@ emulateTouch: _propTypes2.default.bool

{
"name": "react-responsive-carousel",
"version": "3.1.15",
"version": "3.1.16",
"description": "React Responsive Carousel",

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

"classnames": "^2.2.5",
"react-easy-swipe": "^0.0.12",
"react-easy-swipe": "^0.0.13",
"prop-types": "^15.5.8"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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