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

bulma-extensions

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulma-extensions - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

8

bulma-carousel/carousel.js

@@ -14,5 +14,13 @@ class Carousel {

this.prevSlide();
if (this.autoplayInterval) {
clearInterval(this.autoplayInterval);
this.autoPlay(this.element.dataset.delay || 5000);
}
}, false);
this.element.querySelector('.carousel-nav-right').addEventListener('click', (e) => {
this.nextSlide();
if (this.autoplayInterval) {
clearInterval(this.autoplayInterval);
this.autoPlay(this.element.dataset.delay || 5000);
}
}, false);

@@ -19,0 +27,0 @@

2

bulma-carousel/package.json
{
"name": "bulma-carousel",
"version": "0.2.6",
"version": "0.2.7",
"description": "Display a Image / Content carousel",

@@ -5,0 +5,0 @@ "main": "carousel.sass",

{
"name": "bulma-extensions",
"version": "0.5.6",
"version": "0.5.7",
"description": "Set of extensions for Bulma.io CSS Framework",

@@ -5,0 +5,0 @@ "main": "extensions.sass",

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