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

react-responsive-carousel

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-carousel - npm Package Compare versions

Comparing version 3.0.16 to 3.0.17

.storybook/head.html

9

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

@@ -33,5 +33,6 @@ "author": {

"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",
"prepublish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp prepublish && npm run build-storybook",
"publish-to-gh-pages": "node --harmony ./node_modules/gulp/bin/gulp publish",
"storybook": "start-storybook -p 9001 -s ./src -c .storybook"
"storybook": "start-storybook -p 9001 -s ./src -c .storybook",
"build-storybook": "build-storybook -s ./src -o ./dist/storybook"
},

@@ -54,2 +55,3 @@ "repository": {

"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^12.0.1",

@@ -76,3 +78,2 @@ "connect-modrewrite": "^0.9.0",

"react-dom": "^0.14.2",
"reactify": "^0.15.2",
"sass-loader": "^4.0.2",

@@ -79,0 +80,0 @@ "style-loader": "^0.13.1",

@@ -9,2 +9,5 @@ # React Responsive Carousel

Check it out these [cool demos](http://react-responsive-carousel.js.org/storybook/) created using [storybook](https://getstorybook.io/). The source code for each example is available [here](https://github.com/leandrowd/react-responsive-carousel/blob/master/stories/index.js)
#### Installing as a package

@@ -11,0 +14,0 @@ `npm install react-responsive-carousel --save`

@@ -12,3 +12,3 @@ import React from 'react';

<div key={index}>
<img src={`assets/${index}.jpeg`} />
<img src={`/assets/${index}.jpeg`} />
<p className="legend">Legend {index}</p>

@@ -112,3 +112,3 @@ </div>

<div key="content-3" className="my-slide content">
<img src="assets/meme.png" />
<img src="/assets/meme.png" />
</div>

@@ -115,0 +115,0 @@ <div key="content-4" className="my-slide content">

Sorry, the diff of this file is not supported yet

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