Socket
Socket
Sign inDemoInstall

@lion/switch

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/switch - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

9

CHANGELOG.md
# Change Log
## 0.16.1
### Patch Changes
- e297c2e1: Fire model-value-changed event with isTriggeredByUser: true when clicking the switch-button.
- Updated dependencies [0ddd38c0]
- Updated dependencies [0ddd38c0]
- @lion/form-core@0.13.0
## 0.16.0

@@ -4,0 +13,0 @@

4

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

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

"@lion/core": "0.17.0",
"@lion/form-core": "0.12.0",
"@lion/form-core": "0.13.0",
"@lion/helpers": "0.8.0"

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

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

__handleButtonSwitchCheckedChanged() {
this._isHandlingUserInput = true;
this.checked = this._inputNode.checked;
this._isHandlingUserInput = false;
}

@@ -128,0 +130,0 @@

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