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.2.7 to 3.2.8

8

CHANGELOG.md

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

## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.6...HEAD)
## [Unreleased](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.7...HEAD)
## [v3.2.7](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.6...v3.2.7) - 2020-05-06
### Commits
- gh-440: Remove env vars to allow building on windows without issues [`a071604`](https://github.com/leandrowd/react-responsive-carousel/commit/a07160491dda7f95c62cb4c485e4d6b83b64d687)
## [v3.2.6](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.5...v3.2.6) - 2020-05-06

@@ -14,0 +20,0 @@

4

lib/cjs/components/Thumbs.js

@@ -74,4 +74,2 @@ "use strict";

_defineProperty(_assertThisInitialized(_this), "lastPosition", 0);
_defineProperty(_assertThisInitialized(_this), "setItemsWrapperRef", function (node) {

@@ -183,3 +181,3 @@ _this.itemsWrapperRef = node;

position = position >= _this.lastPosition ? _this.lastPosition : position;
position = position >= _this.state.lastPosition ? _this.state.lastPosition : position;

@@ -186,0 +184,0 @@ _this.setState({

@@ -74,4 +74,2 @@ "use strict";

_defineProperty(_assertThisInitialized(_this), "lastPosition", 0);
_defineProperty(_assertThisInitialized(_this), "setItemsWrapperRef", function (node) {

@@ -183,3 +181,3 @@ _this.itemsWrapperRef = node;

position = position >= _this.lastPosition ? _this.lastPosition : position;
position = position >= _this.state.lastPosition ? _this.state.lastPosition : position;

@@ -186,0 +184,0 @@ _this.setState({

@@ -28,3 +28,2 @@ import React, { Component } from 'react';

private thumbsRef?;
private lastPosition;
static displayName: string;

@@ -31,0 +30,0 @@ static defaultProps: {

{
"name": "react-responsive-carousel",
"version": "3.2.7",
"version": "3.2.8",
"description": "React Responsive Carousel",

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

@@ -41,3 +41,3 @@ # React Responsive Carousel

Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/index.html) created using [storybook](https://getstorybook.io/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js)
Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/index.html) created using [storybook](https://storybook.js.org/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js)

@@ -44,0 +44,0 @@ Customize it yourself:

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