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

@ministryofjustice/fb-components-core

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ministryofjustice/fb-components-core - npm Package Compare versions

Comparing version 0.0.21-alpha to 0.0.22-alpha

specifications/hidden/hidden.schema.json

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.21-alpha",
"version": "0.0.22-alpha",
"description": "Form Builder core components",

@@ -12,0 +12,0 @@ "main": "index.js",

@@ -22,2 +22,12 @@ {

},
"name": {
"title": "Name",
"description": "Button name",
"type": "string"
},
"value": {
"title": "Value",
"description": "Button value",
"type": "string"
},
"html": {

@@ -24,0 +34,0 @@ "title": "Text",

@@ -11,2 +11,5 @@ {

},
"name": {
"inputType": "date"
},
"dateType": {

@@ -13,0 +16,0 @@ "title": "Date type",

@@ -9,5 +9,6 @@ {

"description": "Key against which user input for this input/control will be stored",
"type": "string"
"type": "string",
"processInput": true
}
}
}

@@ -22,3 +22,6 @@ {

}
]
],
"validation": {
"format": "email"
}
}

@@ -11,2 +11,5 @@ {

},
"name": {
"inputType": "number"
},
"widthClassInput": {

@@ -13,0 +16,0 @@ "default": "10"

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