New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.0.40-alpha

2

package.json

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

},
"version": "0.0.39-alpha",
"version": "0.0.40-alpha",
"description": "Form Builder core components",

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

{
"$id": "http://gov.uk/schema/v1.0.0/page/form",
"_name": "page.form",
"title": "Basic form",
"title": "Multiple questions",
"description": "Let users answer more than one question",

@@ -6,0 +6,0 @@ "type": "object",

@@ -10,2 +10,18 @@ {

"const": "page.summary"
},
"heading": {
"default": "Check your answers"
},
"sendHeading": {
"title": "Send heading",
"description": "Heading to display before accept and send button",
"type": "string",
"default": "Now send your application"
},
"sendBody": {
"title": "Send content",
"description": "Content to display before accept and send button",
"type": "string",
"multiline": true,
"default": "By submitting this application you are confirming that, to the best of your knowledge, the details you are providing are correct."
}

@@ -12,0 +28,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet