Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.49 to 3.1.50

12

CHANGELOG.md

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

## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.47...HEAD)
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.49...HEAD)
## [v3.1.49](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.47...v3.1.49) - 2019-04-17
### Fixed
- Added swipeable in CarouselProps for Typescript, fixes #264 [`#264`](https://github.com/leandrowd/react-responsive-carousel/issues/264)
### Commits
- update watchify [`6bb5064`](https://github.com/leandrowd/react-responsive-carousel/commit/6bb50640426d892f9099979dfb84c19d48741cd4)
## [v3.1.47](https://github.com/leandrowd/react-responsive-carousel/compare/v3.1.46...v3.1.47) - 2019-02-11

@@ -14,0 +24,0 @@

5

lib/components/Carousel.js

@@ -584,3 +584,3 @@ 'use strict';

this.handleClickItem = function (index, item) {
if (_react.Children.count(_this5.props.children) == 0) {
if (_react.Children.count(_this5.props.children) === 0) {
return;

@@ -631,3 +631,4 @@ }

_this5.setState({
swiping: false
swiping: false,
cancelClick: false
});

@@ -634,0 +635,0 @@ _this5.autoPlay();

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