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

carouselbox

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carouselbox - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

lib/index.js

@@ -72,2 +72,3 @@ 'use strict';

this.reactCarousel = new _flickity2.default(carousel, this.props.options);
this.flkty.on('cellSelect', this.updateSelected);
}

@@ -77,2 +78,3 @@ }, {

value: function componentWillUnmount() {
this.flkty.off('cellSelect', this.updateSelected);
this.reactCarousel.destroy();

@@ -79,0 +81,0 @@ }

5

package.json
{
"name": "carouselbox",
"version": "1.0.11",
"version": "1.0.12",
"description": "React Carousel Plugin based from Flickity",

@@ -29,5 +29,4 @@ "main": "./lib/index.js",

"peerDependencies": {
"react": "0.14.7",
"react-dom": "0.14.7"
"react": "0.13.3"
}
}
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