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

@lion/choice-input

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/choice-input - npm Package Compare versions

Comparing version 0.5.9 to 0.6.0

src/ChoiceGroupMixin.js

11

CHANGELOG.md

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

# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.9...@lion/choice-input@0.6.0) (2020-02-06)
### Features
* flatten modelValue and remove checkedValue ([848ff06](https://github.com/ing-bank/lion/commit/848ff06887c86532e60d33d2db67d1152910d9cb))
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.8...@lion/choice-input@0.5.9) (2020-02-06)

@@ -8,0 +19,0 @@

1

index.js

@@ -0,1 +1,2 @@

export { ChoiceGroupMixin } from './src/ChoiceGroupMixin.js';
export { ChoiceInputMixin } from './src/ChoiceInputMixin.js';

9

package.json
{
"name": "@lion/choice-input",
"version": "0.5.9",
"version": "0.6.0",
"description": "Base for all choise inputs like checkbox/radio",

@@ -36,6 +36,7 @@ "author": "ing-bank",

"@lion/core": "0.4.3",
"@lion/field": "0.8.9"
"@lion/field": "0.9.0"
},
"devDependencies": {
"@lion/input": "0.5.9",
"@lion/fieldset": "0.7.0",
"@lion/input": "0.5.10",
"@lion/validate": "0.6.6",

@@ -46,3 +47,3 @@ "@open-wc/demoing-storybook": "^1.8.3",

},
"gitHead": "3995eb839701c7839c001d4f5c09fc48a313e782"
"gitHead": "455923278e3a2e9da58fe71df02105ab3f40021c"
}

@@ -0,7 +1,6 @@

import { html } from '@lion/core';
import { LionInput } from '@lion/input';
import { Required } from '@lion/validate';
import { expect, fixture } from '@open-wc/testing';
import { html } from '@lion/core';
import sinon from 'sinon';
import { Required } from '@lion/validate';
import { LionInput } from '@lion/input';
import { ChoiceInputMixin } from '../src/ChoiceInputMixin.js';

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