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.46 to 3.1.47

10

CHANGELOG.md

@@ -10,4 +10,12 @@ # Changelog

## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.45...HEAD)
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.46...HEAD)
## [v3.1.46](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.45...v3.1.46) - 2019-01-23
### Commits
- issue #303: Fixing autoplay when swipeable is turned off [`1b3712e`](https://github.com/leandrowd/react-responsive-carousel/commit/1b3712e39b35d17f1d4f96fa0a5801db53771bb7)
- Remove unused variables noted by LGTM.com [`9a29716`](https://github.com/leandrowd/react-responsive-carousel/commit/9a297161edd415f8e50e7142933ebb3e373b61dd)
- Add missing semicolons [`453ab3e`](https://github.com/leandrowd/react-responsive-carousel/commit/453ab3ef4c7c2d9f1e71948fd88693256f1b7b46)
## [v3.1.45](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.44...v3.1.45) - 2018-12-15

@@ -14,0 +22,0 @@

8

lib/components/Carousel.js

@@ -362,4 +362,4 @@ 'use strict';

if (isHorizontal) {
swiperProps.onSwipeLeft = this.onSwipeBackwards;
swiperProps.onSwipeRight = this.onSwipeForward;
swiperProps.onSwipeLeft = this.onSwipeForward;
swiperProps.onSwipeRight = this.onSwipeBackwards;

@@ -372,4 +372,4 @@ if (this.props.dynamicHeight) {

} else {
swiperProps.onSwipeUp = this.props.verticalSwipe === 'natural' ? this.onSwipeForward : this.onSwipeBackwards;
swiperProps.onSwipeDown = this.props.verticalSwipe === 'natural' ? this.onSwipeBackwards : this.onSwipeForward;
swiperProps.onSwipeUp = this.props.verticalSwipe === 'natural' ? this.onSwipeBackwards : this.onSwipeForward;
swiperProps.onSwipeDown = this.props.verticalSwipe === 'natural' ? this.onSwipeForward : this.onSwipeBackwards;
swiperProps.style.height = this.state.itemSize;

@@ -376,0 +376,0 @@ containerStyles.height = this.state.itemSize;

{
"name": "react-responsive-carousel",
"version": "3.1.46",
"version": "3.1.47",
"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