Socket
Socket
Sign inDemoInstall

@lion/form-core

Package Overview
Dependencies
2
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

11

CHANGELOG.md

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

## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.1...@lion/form-core@0.2.2) (2020-07-09)
### Bug Fixes
* **select-rich:** instantiation after first update ([184898c](https://github.com/ing-bank/lion/commit/184898c111dcb81f269fffc6b82688cc6f25aac2))
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.0...@lion/form-core@0.2.1) (2020-07-07)

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

4

package.json
{
"name": "@lion/form-core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

@@ -45,3 +45,3 @@ "license": "MIT",

},
"gitHead": "c2b77664921d08b9e1e83e97967296c125dd5f0e"
"gitHead": "d9d24df2a9799a0e7bd404fffa634aa164d7eeee"
}

@@ -35,3 +35,2 @@ import { dedupeMixin } from '@lion/core';

}
this.__checkRegistrationTarget();

@@ -70,2 +69,3 @@ formRegistrarManager.add(this);

firstUpdated(changedProperties) {
this.__checkRegistrationTarget();
super.firstUpdated(changedProperties);

@@ -72,0 +72,0 @@ this.__resolveRegistrationReady();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc