New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-multi-carousel

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-multi-carousel - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

4

lib/Carousel.js

@@ -141,7 +141,7 @@ "use strict";

if (activeItem.initialPosition - e.pageX > this.state.itemWidth / 2) {
this.previous();
this.next();
this.setState({ activeItem: {} });
}
if (e.pageX - activeItem.initialPosition > this.state.itemWidth / 2) {
this.next();
this.previous();
this.setState({ activeItem: {} });

@@ -148,0 +148,0 @@ }

{
"name": "react-multi-carousel",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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