Socket
Socket
Sign inDemoInstall

@lion/switch

Package Overview
Dependencies
14
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.0 to 0.20.1

4

package.json
{
"name": "@lion/switch",
"version": "0.20.0",
"version": "0.20.1",
"description": "A Switch is used for switching a property or feature on and off",

@@ -42,3 +42,3 @@ "license": "MIT",

"@lion/core": "^0.22.0",
"@lion/form-core": "^0.17.0",
"@lion/form-core": "^0.17.1",
"@lion/helpers": "^0.11.0"

@@ -45,0 +45,0 @@ },

@@ -91,2 +91,3 @@ import { css, html, ScopedElementsMixin } from '@lion/core';

disconnectedCallback() {
super.disconnectedCallback();
if (this._inputNode) {

@@ -93,0 +94,0 @@ this.removeEventListener('checked-changed', this.__handleButtonSwitchCheckedChanged);

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