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.13 to 0.12.14

12

CHANGELOG.md
# Change Log
## 0.12.14
### Patch Changes
- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion.
- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type.
- Updated dependencies [8fb7e7a1]
- Updated dependencies [9112d243]
- @lion/core@0.13.8
- @lion/form-core@0.7.1
- @lion/helpers@0.5.19
## 0.12.13

@@ -4,0 +16,0 @@

8

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

@@ -37,5 +37,5 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.13.7",
"@lion/form-core": "0.7.0",
"@lion/helpers": "0.5.18"
"@lion/core": "0.13.8",
"@lion/form-core": "0.7.1",
"@lion/helpers": "0.5.19"
},

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

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

// @ts-expect-error https://github.com/microsoft/TypeScript/issues/40110
export class LionSwitch extends ScopedElementsMixin(ChoiceInputMixin(LionField)) {

@@ -8,0 +7,0 @@ static get styles() {

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