Socket
Socket
Sign inDemoInstall

react-material-ui-carousel-custom

Package Overview
Dependencies
94
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

4

dist/components/Carousel.js

@@ -147,3 +147,3 @@ "use strict";

react_1.default.createElement(material_1.Typography, { sx: {
display: navButtonsAlwaysInvisible ? 'inherit' : 'none'
display: navButtonsAlwaysVisible ? 'block' : 'none'
}, style: {

@@ -162,3 +162,3 @@ position: 'absolute',

react_1.default.createElement(material_1.Typography, { sx: {
display: navButtonsAlwaysInvisible ? 'inherit' : 'none'
display: navButtonsAlwaysVisible ? 'block' : 'none'
}, style: {

@@ -165,0 +165,0 @@ position: 'absolute',

{
"name": "react-material-ui-carousel-custom",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A Generic, extendible Carousel UI component for React using Material UI",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc