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.14 to 3.2.15

14

CHANGELOG.md

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

## [v3.2.14](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.13...v3.2.14) - 2021-03-15
### Merged
- styles: Remove slide default black background [`#522`](https://github.com/leandrowd/react-responsive-carousel/pull/522)
- Add props documentation to README [`#564`](https://github.com/leandrowd/react-responsive-carousel/pull/564)
- build(deps): bump elliptic from 6.5.3 to 6.5.4 [`#574`](https://github.com/leandrowd/react-responsive-carousel/pull/574)
### Commits
- build(deps): bump elliptic from 6.5.3 to 6.5.4 [`f97d9e0`](https://github.com/leandrowd/react-responsive-carousel/commit/f97d9e0d37fdc912f0f298ba9d5c5a5ad8cc3dd2)
## [v3.2.13](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.12...v3.2.13) - 2021-03-03

@@ -19,3 +31,3 @@

- #255 - Add storybook for fade animations [`fc5f52e`](https://github.com/leandrowd/react-responsive-carousel/commit/fc5f52e0c54736fe66b54d55976da3715d23ac1e)
- Add props documentation to README [`807a736`](https://github.com/leandrowd/react-responsive-carousel/commit/807a736304337626a0dad8ad74ad0bb68169c904)

@@ -22,0 +34,0 @@ ## [v3.2.12](https://github.com/leandrowd/react-responsive-carousel/compare/v3.2.11...v3.2.12) - 2021-02-12

8

lib/js/components/Carousel.js

@@ -245,5 +245,3 @@ "use strict";

_this.selectItem({
selectedItem: index
});
_this.moveTo(index);
});

@@ -448,5 +446,3 @@

if (!isKeyboardEvent(e) || e.key === 'Enter') {
_this.selectItem({
selectedItem: newIndex
});
_this.moveTo(newIndex);
}

@@ -453,0 +449,0 @@ };

{
"name": "react-responsive-carousel",
"version": "3.2.14",
"version": "3.2.15",
"description": "React Responsive Carousel",

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

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