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

@seed-catalog/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

@seed-catalog/stepper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@seed-catalog/stepper",
"private": false,
"version": "1.0.2",
"version": "1.0.3",
"description": "Stepper custom-element",

@@ -6,0 +6,0 @@ "author": "vicdata@outlook.com",

@@ -67,2 +67,5 @@ import { LitElement, html, css } from 'lit-element';

if (name === 'index') this.index = parseInt(newVal);
if (name === 'size') this.size = parseInt(newVal);
if (name === 'coloractive') this.colorActive = newVal;

@@ -69,0 +72,0 @@ if (name === 'colorback') this.colorBack = newVal;

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