Socket
Socket
Sign inDemoInstall

nuka-carousel

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuka-carousel - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

lib/carousel.js

@@ -576,3 +576,4 @@ 'use strict';

boxSizing: 'border-box',
MozBoxSizing: 'border-box'
MozBoxSizing: 'border-box',
visibility: this.state.slideWidth ? 'visible' : 'hidden'
};

@@ -579,0 +580,0 @@ },

{
"name": "nuka-carousel",
"version": "0.0.12",
"version": "0.0.13",
"description": "Pure React Carousel",

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

@@ -555,3 +555,4 @@ 'use strict';

boxSizing: 'border-box',
MozBoxSizing: 'border-box'
MozBoxSizing: 'border-box',
visibility: this.state.slideWidth ? 'visible' : 'hidden'
}

@@ -558,0 +559,0 @@ },

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