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

react-simply-carousel

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simply-carousel - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

21

package.json
{
"name": "react-simply-carousel",
"version": "2.1.3",
"version": "2.1.4",
"description": "Simple react.js carousel component",
"main": "dist/index.js",
"files": [
"dist/",
"src/"
"dist/"
],

@@ -32,3 +31,2 @@ "unpkg": "dist/index.js",

"react",
"reactjs",
"react-component",

@@ -39,12 +37,13 @@ "react-carousel",

"carousel-plugin",
"slider",
"slider-plugin",
"carousel-slider",
"responsive",
"touch-enabled",
"infinite",
"responsive-carousel"
"responsive-carousel",
"touch-enabled-carousel",
"infinite-carousel"
],
"author": "Vadym Shymko <vadymshymko@gmail.com>",
"license": "SEE LICENSE IN <LICENSE>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vadymshymko/react-simply-carousel.git"
},
"bugs": {

@@ -51,0 +50,0 @@ "url": "https://github.com/vadymshymko/react-simply-carousel/issues"

@@ -87,3 +87,3 @@ # react-simply-carousel

easing | string | 'linear' | Slide change easing (css transition easing)
forwardBtnProps | object | {} | Contain DOM props for carousel backward button element, boolean prop `show` (for toggle button render) and node prop `children` (for render button childrens)
forwardBtnProps | object | {} | Contain DOM props for carousel forward button element, boolean prop `show` (for toggle button render) and node prop `children` (for render button childrens)
hideNavIfAllVisible | boolean | true | Boolean indicating if the carousel nav buttons should be hidden if all slides is visible

@@ -90,0 +90,0 @@ innerProps | object | {} | DOM props for inner div element

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