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.4.3 to 0.4.4

10

CHANGELOG.md
# Change Log
## 0.4.4
### Patch Changes
- c347fce4: Field population fix
#### Bugfixes
- allow population conditionally rendered fields in formGroup/fieldset/form
## 0.4.3

@@ -4,0 +14,0 @@

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -335,3 +335,5 @@ import { dedupeMixin, html, SlotMixin } from '@lion/core';

}
this.formElements[name][property] = values[name];
if (this.formElements[name]) {
this.formElements[name][property] = values[name];
}
});

@@ -338,0 +340,0 @@ }

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