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.38 to 3.1.39

12

CHANGELOG.md
# React Responsive Carousel
## 3.1.38 - Mon May 21 2018
* Updating react-easy-swipe
* Fix wrapperSize init
## 3.1.37 - Wed Apr 25 2018

@@ -95,12 +100,5 @@ * Updating react-easy-swipe

* Update README.md
* Update index.d.ts
Fix typo!
## 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.

@@ -107,0 +105,0 @@

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

['WebkitTransform', 'MozTransform', 'MsTransform', 'OTransform', 'transform', 'msTransform'].forEach(function (prop) {
list.style[prop] = (0, _CSSTranslate2.default)(position, _this.props.axis);
_this.itemsListRef.style[prop] = (0, _CSSTranslate2.default)(position, _this.props.axis);
});

@@ -138,7 +138,7 @@ };

_this.slideRight = function (positions) {
_this.moveTo(_this.state.firstItem - (typeof positions === 'Number' ? positions : 1));
_this.moveTo(_this.state.firstItem - (typeof positions === 'number' ? positions : 1));
};
_this.slideLeft = function (positions) {
_this.moveTo(_this.state.firstItem + (typeof positions === 'Number' ? positions : 1));
_this.moveTo(_this.state.firstItem + (typeof positions === 'number' ? positions : 1));
};

@@ -145,0 +145,0 @@

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