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

@ecl/vanilla-component-timeline

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.2.4 to 3.3.0

8

package.json

@@ -9,7 +9,7 @@ {

"license": "EUPL-1.2",
"version": "3.2.4",
"version": "3.3.0",
"description": "ECL Timeline",
"dependencies": {
"@ecl/theme-dev": "^3.2.4",
"@ecl/vanilla-layout-grid": "^3.2.4"
"@ecl/theme-dev": "^3.3.0",
"@ecl/vanilla-layout-grid": "^3.3.0"
},

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

],
"gitHead": "df0ed566a1a32496ba0988ed238d5be2ca2632fd"
"gitHead": "c9a78d9b503a12271e599bb2f57006d87e2823a9"
}

@@ -76,2 +76,5 @@ import { queryOne } from '@ecl/dom-utils';

}
// Set ecl initialized attribute
this.element.setAttribute('data-ecl-auto-initialized', 'true');
}

@@ -86,2 +89,5 @@

}
if (this.element) {
this.element.removeAttribute('data-ecl-auto-initialized');
}
}

@@ -88,0 +94,0 @@

Sorry, the diff of this file is not supported yet

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