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.11.0 to 0.11.1

8

CHANGELOG.md
# Change Log
## 0.11.1
### Patch Changes
- Updated dependencies [874ff483]
- @lion/form-core@0.6.0
- @lion/core@0.11.0
## 0.11.0

@@ -4,0 +12,0 @@

6

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

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

"dependencies": {
"@lion/core": "0.10.0",
"@lion/form-core": "0.5.0"
"@lion/core": "0.11.0",
"@lion/form-core": "0.6.0"
},

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

@@ -41,8 +41,4 @@ import { css, html, ScopedElementsMixin } from '@lion/core';

return html`
<div class="form-field__group-one">
${this._groupOneTemplate()}
</div>
<div class="form-field__group-two">
${this._groupTwoTemplate()}
</div>
<div class="form-field__group-one">${this._groupOneTemplate()}</div>
<div class="form-field__group-two">${this._groupTwoTemplate()}</div>
`;

@@ -49,0 +45,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