Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.12.6 to 0.12.7

7

CHANGELOG.md
# Change Log
## 0.12.7
### Patch Changes
- Updated dependencies [cf0967fe]
- @lion/form-core@0.6.9
## 0.12.6

@@ -4,0 +11,0 @@

4

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

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

"@lion/core": "0.13.4",
"@lion/form-core": "0.6.8"
"@lion/form-core": "0.6.9"
},

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

declare const LionSwitch_base: typeof LionField & import("@open-wc/dedupe-mixin").Constructor<import("@lion/form-core/types/choice-group/ChoiceInputMixinTypes").ChoiceInputHost> & import("@lion/form-core/types/choice-group/ChoiceInputMixinTypes").ChoiceInputHost & import("@open-wc/dedupe-mixin").Constructor<import("@lion/form-core/types/FormatMixinTypes").FormatHost> & import("@lion/form-core/types/FormatMixinTypes").FormatHost & HTMLElement & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost> & typeof import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost;
export class LionSwitch extends LionSwitch_base {
static get styles(): (import("lit-element").CSSResult | (import("lit-element").CSSResultArray & import("lit-element").CSSResult[]))[];
static get styles(): (import("lit-element").CSSResult | import("lit-element").CSSResultArray)[];
static get scopedElements(): {

@@ -5,0 +5,0 @@ 'lion-switch-button': typeof LionSwitchButton;

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