Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.5 to 0.10.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.10.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.5...@lion/switch@0.10.6) (2020-06-10)
**Note:** Version bump only for package @lion/switch
## [0.10.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.4...@lion/switch@0.10.5) (2020-06-09)

@@ -8,0 +16,0 @@

6

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

@@ -42,5 +42,5 @@ "author": "ing-bank",

"@lion/core": "0.7.1",
"@lion/form-core": "0.1.4"
"@lion/form-core": "0.1.5"
},
"gitHead": "43fc4d28dfe10a206b9e3cab7882bd253db9dd82"
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1"
}

@@ -17,3 +17,3 @@ # Switch

```js story
```js preview-story
export const main = () => html` <lion-switch label="Label" help-text="Help text"></lion-switch> `;

@@ -20,0 +20,0 @@ ```

@@ -0,4 +1,3 @@

import { css, html, ScopedElementsMixin } from '@lion/core';
import { ChoiceInputMixin, LionField } from '@lion/form-core';
import { css, html, ScopedElementsMixin } from '@lion/core';
import { LionSwitchButton } from './LionSwitchButton.js';

@@ -75,3 +74,3 @@

/**
* Override this function from ChoiceInputMixin
* Override this function from ChoiceInputMixin.
*/

@@ -78,0 +77,0 @@ // eslint-disable-next-line class-methods-use-this

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