Socket
Socket
Sign inDemoInstall

react-responsive-carousel

Package Overview
Dependencies
2
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.14 to 3.0.15

lib/assets/1.jpeg

8

package.json
{
"name": "react-responsive-carousel",
"version": "3.0.14",
"version": "3.0.15",
"description": "React Responsive Carousel",

@@ -30,5 +30,5 @@ "author": {

"prebuild": "npm test",
"build": "babel ./src -d lib --ignore '__tests__' && gulp styles:package",
"prepublish-to-npm": "git pull && npm run build && git commit -am 'Prepare for publishing'",
"publish-to-npm": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master && npm publish && git push --tags)",
"build": "babel ./src -d lib --ignore '__tests__' && gulp styles:package copy:package",
"prepublish-to-npm": "git pull && npm run build && git add . && git commit -m 'Prepare for publishing'",
"publish-to-npm": "(git pull origin master && npm version patch && git push origin master && npm publish && git push --tags)",
"prepublish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp prepublish",

@@ -35,0 +35,0 @@ "publish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp publish"

@@ -46,3 +46,3 @@ # React Responsive Carousel

| Attributes | Type | Default | Description |
| ---------- | :--: | :-----: | ----------- |
| :--------- | :--: | :-----: | ----------- |
| showArrows | `boolean` | `true` | show prev and next arrows |

@@ -59,3 +59,2 @@ | showStatus | `boolean` | `true` | show index of the current item. i.e: (1/8) |

#### Contributing

@@ -78,1 +77,5 @@ Please, feel free to contribute. You may file an issue or submit a pull request!

- `npm run publish-to-gh-pages`
### Examples
#### webpack + es6 setup
<https://github.com/leandrowd/demo-react-responsive-carousel-es6>
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc