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.3 to 2.2.4

2

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

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

@@ -145,2 +145,4 @@ // @flow

console.log(this.carousel.currentSlide)
if (!isOpen) return;

@@ -172,8 +174,8 @@

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

@@ -180,0 +182,0 @@ /**

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