Socket
Socket
Sign inDemoInstall

@ecl/ec-component-accordion

Package Overview
Dependencies
4
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.30.0 to 2.31.0

4

ec-component-accordion.js

@@ -49,3 +49,3 @@ import { queryOne, queryAll } from '@ecl/ec-base/helpers/dom';

if (this.attachClickListener && this.toggles) {
this.toggles.forEach(toggle => {
this.toggles.forEach((toggle) => {
toggle.addEventListener(

@@ -61,3 +61,3 @@ 'click',

if (this.attachClickListener && this.toggles) {
this.toggles.forEach(toggle => {
this.toggles.forEach((toggle) => {
toggle.removeEventListener('click', this.handleClickOnToggle);

@@ -64,0 +64,0 @@ });

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

"license": "EUPL-1.1",
"version": "2.30.0",
"version": "2.31.0",
"description": "ECL EC Accordion",

@@ -13,4 +13,4 @@ "main": "index.js",

"dependencies": {
"@ecl/ec-base": "^2.30.0",
"@ecl/ec-component-button": "^2.30.0"
"@ecl/ec-base": "^2.31.0",
"@ecl/ec-component-button": "^2.31.0"
},

@@ -33,3 +33,3 @@ "publishConfig": {

],
"gitHead": "12acbdf87ff77a7cee03b9fa2c432c359e60319a"
"gitHead": "578639d8536792b8ad562addbdee93050eb7f15c"
}
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