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.10.21 to 0.11.0

13

CHANGELOG.md
# Change Log
## 0.11.0
### Minor Changes
- 65ecd432: Update to lit-element 2.4.0, changed all uses of \_requestUpdate into requestUpdateInterval
### Patch Changes
- Updated dependencies [65ecd432]
- Updated dependencies [4dc621a0]
- @lion/core@0.10.0
- @lion/form-core@0.5.0
## 0.10.21

@@ -4,0 +17,0 @@

6

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

@@ -36,4 +36,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.9.1",
"@lion/form-core": "0.4.4"
"@lion/core": "0.10.0",
"@lion/form-core": "0.5.0"
},

@@ -40,0 +40,0 @@ "keywords": [

@@ -127,4 +127,4 @@ import { html, css, LitElement, DisabledWithTabIndexMixin } from '@lion/core';

*/
_requestUpdate(name, oldValue) {
super._requestUpdate(name, oldValue);
requestUpdateInternal(name, oldValue) {
super.requestUpdateInternal(name, oldValue);
if (this.isConnected && name === 'checked') {

@@ -131,0 +131,0 @@ this.setAttribute('aria-checked', `${this.checked}`);

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