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.2 to 0.7.3

11

CHANGELOG.md

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

## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.2...@lion/choice-input@0.7.3) (2020-03-02)
### Bug Fixes
* normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591))
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.1...@lion/choice-input@0.7.2) (2020-03-01)

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

10

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

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

"@lion/core": "0.4.4",
"@lion/field": "0.11.0"
"@lion/field": "0.11.1"
},
"devDependencies": {
"@lion/fieldset": "0.9.0",
"@lion/input": "0.5.15",
"@lion/fieldset": "0.9.1",
"@lion/input": "0.5.16",
"@lion/validate": "0.7.0",

@@ -49,3 +49,3 @@ "@open-wc/demoing-storybook": "^1.10.4",

},
"gitHead": "04db59c9675b9e56b50dfc147201eea530b1d754"
"gitHead": "0c0f67a9a5fbc72a81fd58c63efadbcd596c9822"
}

@@ -112,3 +112,3 @@ /* eslint-disable class-methods-use-this */

<div class="choice-field__graphic-container">
${this.choiceGraphicTemplate()}
${this._choiceGraphicTemplate()}
</div>

@@ -121,3 +121,3 @@ <div class="choice-field__label">

choiceGraphicTemplate() {
_choiceGraphicTemplate() {
return nothing;

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