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

@adactive/arc-carousel-asia

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/arc-carousel-asia - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

package.json
{
"name": "@adactive/arc-carousel-asia",
"version": "2.2.2",
"version": "2.2.3",
"description": "Adsum Carousel Component",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -171,2 +171,9 @@ // @flow

goAuto() {
if(this.carousel.currentSlide < this.carousel.slideCount){
setTimeout(function(){ this.carousel.goToNextSlide(); }, 3000);
}
}
/**

@@ -260,2 +267,3 @@ * Create carousel slides content images or videos

{this.generateSlides()}
{this.goAuto()}
</Carousel>

@@ -262,0 +270,0 @@ </div>

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