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.35 to 1.0.36

4

lib/Carousel.js

@@ -193,2 +193,6 @@ "use strict";

const { clientX } = e.touches ? e.touches[0] : e;
if (e.touches && this.autoPlay && this.props.autoPlay) {
clearInterval(this.autoPlay);
this.autoPlay = undefined;
}
if (this.onMove) {

@@ -195,0 +199,0 @@ if (this.initialPosition > clientX) {

2

package.json
{
"name": "react-multi-carousel",
"version": "1.0.35",
"version": "1.0.36",
"description": "",

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

@@ -5,2 +5,4 @@ # react-multi-carousel

[www.w3js.com -> react-multi-carousel](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/).
## NPM

@@ -143,2 +145,2 @@

Submit an issue for feature request or submit a pr.
Submit an issue for feature request or submit a pr.

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