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
1.1.3

10

package.json
{
"name": "react-flickity-component",
"version": "1.1.1",
"version": "1.1.3",
"description": "react flickity component",
"main": "./lib/index.js",
"module": "./src/index",
"jsnext:main": "./src/index",
"scripts": {
"test": "npm run pretty && jest",
"test": "npm run pretty && jest ./__tests__",
"pretty": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\"",

@@ -29,4 +31,4 @@ "prepublish": "babel ./src --out-dir ./lib --source-maps"

"prop-types": "^15.5.10",
"react": "~16.0.0",
"react-dom": "~16.0.0"
"react": "~16.1.0",
"react-dom": "~16.1.0"
},

@@ -33,0 +35,0 @@ "devDependencies": {

15

README.md
React Flickity Component
=======================
[![Greenkeeper badge](https://badges.greenkeeper.io/theolampert/react-flickity-component.svg)](https://greenkeeper.io/)
[![build status](https://travis-ci.org/theolampert/react-flickity-component.svg?branch=master)](https://travis-ci.org/theolampert/react-flickity-component/)

@@ -14,2 +16,4 @@ [![dependencies](https://david-dm.org/theolampert/react-flickity-component.svg)](https://david-dm.org/theolampert/react-flickity-component)

npm install react-flickity-component --save
// Or
yarn add react-flickity-component
```

@@ -33,3 +37,3 @@

className={'carousel'} // default ''
elementType={'span'} // default 'div'
elementType={'div'} // default 'div'
options={flickityOptions} // takes flickity options {}

@@ -47,2 +51,11 @@ disableImagesLoaded={false} // default false

```
#### Example usage:
The examples folder contains an example use with create-react-app.
```
cd examples/react-flickity
yarn
yarn start
```
#### Props:

@@ -49,0 +62,0 @@