Socket
Socket
Sign inDemoInstall

@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.7.0 to 0.7.1

8

CHANGELOG.md

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

## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.0...@lion/choice-input@0.7.1) (2020-02-26)
**Note:** Version bump only for package @lion/choice-input
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.6.2...@lion/choice-input@0.7.0) (2020-02-20)

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

12

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

@@ -38,8 +38,8 @@ "author": "ing-bank",

"@lion/core": "0.4.4",
"@lion/field": "0.10.0"
"@lion/field": "0.10.1"
},
"devDependencies": {
"@lion/fieldset": "0.8.0",
"@lion/input": "0.5.13",
"@lion/validate": "0.6.7",
"@lion/fieldset": "0.8.1",
"@lion/input": "0.5.14",
"@lion/validate": "0.6.8",
"@open-wc/demoing-storybook": "^1.10.4",

@@ -49,3 +49,3 @@ "@open-wc/testing": "^2.5.0",

},
"gitHead": "a5afaaeb272d9eb4c1f40ab6c742b25a86d3c422"
"gitHead": "8e5cc9c14ac6706efad917cea7af548aed371e7f"
}

@@ -26,5 +26,2 @@ import { dedupeMixin } from '@lion/core';

if (this.multipleChoice) {
// TODO: holds for both modelValue and serializedValue of choiceInput:
// consider only allowing strings as values, in which case 'el.value' would suffice
// and choice-input could be simplified
return elems.map(el => el.modelValue.value);

@@ -83,4 +80,2 @@ }

this._throwWhenInvalidChildModelValue(child);
// TODO: nice to have or does it have a function (since names are meant as keys for
// formElements)?
this.__delegateNameAttribute(child);

@@ -87,0 +82,0 @@ super.addFormElement(child, indexToInsertAt);

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