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

frontello-ui-stepper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontello-ui-stepper - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "frontello-ui-stepper",
"version": "2.0.0",
"version": "2.0.1",
"description": "UI stepper",

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

@@ -23,3 +23,3 @@ # Stepper

}, false);
stepperElement.addEventListener('change', (event) => {
stepperElement.addEventListener('change-step', (event) => {
console.log('stepper: change');

@@ -26,0 +26,0 @@ console.log(event.detail);

@@ -33,3 +33,3 @@ "use strict";

this._dispatchEvent('change', {
this._dispatchEvent('change-step', {
steps: this.steps,

@@ -54,3 +54,3 @@ currentStep: this.currentStep

this._dispatchEvent('change', {
this._dispatchEvent('change-step', {
steps: this.steps,

@@ -57,0 +57,0 @@ currentStep: this.currentStep

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