Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-carousel

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-carousel - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

dist/Carousel.js

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

boxSizing: 'border-box',
display: isVisible ? 'list-item' : 'none',
display: isVisible ? 'flex' : 'none',
listStyleType: 'none',

@@ -121,0 +121,0 @@ marginRight: _this.props.itemMargin,

@@ -41,3 +41,3 @@ {

},
"version": "4.1.0",
"version": "4.1.1",
"dependencies": {

@@ -44,0 +44,0 @@ "debounce": "^1.0.2",

@@ -168,3 +168,3 @@ // @flow

boxSizing: 'border-box',
display: isVisible ? 'list-item' : 'none',
display: isVisible ? 'flex' : 'none',
listStyleType: 'none',

@@ -171,0 +171,0 @@ marginRight: this.props.itemMargin,

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