Socket
Socket
Sign inDemoInstall

react-carousel-dots

Package Overview
Dependencies
282
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "react-carousel-dots",
"version": "0.0.5",
"version": "0.0.6",
"description": "This component provides a pagination method with dots for any amount of images/slides.",

@@ -5,0 +5,0 @@ "keywords": ["react","carousel-dots","dots","pagination","viewpager","carousel"],

@@ -274,2 +274,3 @@ import React from 'react';

<div
key={i}
style={this.getDotStyle()}

@@ -279,3 +280,3 @@ className="dot-holder"

<div
key={i}
key={`${i}-inner`}
className={`react-carousel-dots-dot

@@ -282,0 +283,0 @@ ${this.getDotClassName(i)}

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc