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

@ecl/vanilla-component-carousel

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/vanilla-component-carousel - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

3

carousel.js

@@ -278,3 +278,3 @@ import { queryOne, queryAll } from '@ecl/dom-utils';

e = e || window.event;
e.preventDefault();
this.posInitial = this.slidesContainer.offsetLeft;

@@ -295,2 +295,3 @@

if (e.type === 'touchmove') {
e.preventDefault();
this.posX2 = this.posX1 - e.touches[0].clientX;

@@ -297,0 +298,0 @@ this.posX1 = e.touches[0].clientX;

@@ -5,3 +5,3 @@ {

"license": "EUPL-1.2",
"version": "3.4.1",
"version": "3.4.2",
"description": "ECL Carousel",

@@ -16,6 +16,6 @@ "main": "carousel.js",

"dependencies": {
"@ecl/dom-utils": "3.4.1",
"@ecl/theme-dev": "3.4.1",
"@ecl/vanilla-component-page-banner": "3.4.1",
"@ecl/vanilla-layout-grid": "3.4.1"
"@ecl/dom-utils": "3.4.2",
"@ecl/theme-dev": "3.4.2",
"@ecl/vanilla-component-page-banner": "3.4.2",
"@ecl/vanilla-layout-grid": "3.4.2"
},

@@ -35,3 +35,3 @@ "repository": {

],
"gitHead": "8c0a729fd93002dd7e96cd3c590b18d20a24f7b3"
"gitHead": "633670349d4b7fecf02aac766e4df436ed81ae75"
}
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