New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-revolving-carousel

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-revolving-carousel - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/react-revolving-carousel.js

2

package.json
{
"name": "react-revolving-carousel",
"version": "1.0.1",
"version": "1.0.2",
"description": "A React component for browsing items using a 3d carousel visual device.",

@@ -5,0 +5,0 @@ "main": "react-revolving-carousel.js",

@@ -9,7 +9,7 @@ ## React Revolving Carousel

* Callbacks for onReady, onClick and onChange
* Methods for back, next, and focused
* Methods for focus and draggable
* Fluid layout
* CSS Rich
### Try it
### Learn more
See the demo at [http://www.uismithing.com/main/carousel](http://www.uismithing.com/main/carousel).

@@ -25,5 +25,11 @@

`import Carousel from "react-revolving-carousel"`
```html
<Carousel ref="reactcarousel" {...props}>
<div>section 0 content</div>
<div>section 1 content</div>
...
<div>section n content</div>
</Carousel>
```
`<Carousel {...props}/>`
### props

@@ -30,0 +36,0 @@ * Panel:{}

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