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

@dreamworld/dw-form

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-form - npm Package Compare versions

Comparing version 1.1.0-dw-composite-form.8 to 1.1.0-dw-composite-form.9

10

dw-composite-form-element.js

@@ -36,3 +36,7 @@ /**

value: { type: Object },
/**
* Input Property
* Used to set pre-filled value of the element
*/
inputValue: { type: Object }

@@ -134,6 +138,2 @@ }

_setChildElementValue() {
if (!this.value || !Object.keys(this.value).length) {
return;
}
this._elements.forEach((element) => {

@@ -140,0 +140,0 @@ let name = element.name;

{
"name": "@dreamworld/dw-form",
"version": "1.1.0-dw-composite-form.8",
"version": "1.1.0-dw-composite-form.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "dw-form.js",

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