You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-flickity-component

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flickity-component - npm Package Compare versions

Comparing version

to
3.0.0

7

lib/index.js

@@ -65,9 +65,2 @@ 'use strict';

}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
if (this.flkty) {
this.flkty.destroy();
}
}
}, {
key: 'imagesLoaded',

@@ -74,0 +67,0 @@ value: function imagesLoaded() {

4

package.json
{
"name": "react-flickity-component",
"version": "2.0.1",
"version": "3.0.0",
"description": "react flickity component",

@@ -12,3 +12,3 @@ "main": "./lib/index.js",

"author": "theolampert",
"license": "MIT",
"license": "GPL3",
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

@@ -32,8 +32,2 @@ import React, { Component } from 'react';

componentWillUnmount() {
if (this.flkty) {
this.flkty.destroy();
}
}
imagesLoaded() {

@@ -40,0 +34,0 @@ if (!this.props.disableImagesLoaded && canUseDOM) {

Sorry, the diff of this file is not supported yet