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.33-alpha

2

package.json

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

},
"version": "0.0.32-alpha",
"version": "0.0.33-alpha",
"description": "Form Builder core components",

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

@@ -24,3 +24,6 @@ {

"description": "Paragraph that follows the heading",
"type": "string"
"type": "string",
"category": [
"content"
]
},

@@ -31,3 +34,6 @@ "body": {

"type": "string",
"multiline": true
"multiline": true,
"category": [
"content"
]
}

@@ -34,0 +40,0 @@ },

@@ -20,3 +20,6 @@ {

"description": "Name of section",
"type": "string"
"type": "string",
"category": [
"content"
]
},

@@ -26,3 +29,6 @@ "stepsHeading": {

"description": "Name of section to use on step pages (if any)",
"type": "string"
"type": "string",
"category": [
"content"
]
},

@@ -29,0 +35,0 @@ "steps": {

@@ -21,3 +21,6 @@ {

],
"default": "continue"
"default": "continue",
"category": [
"additional"
]
}

@@ -24,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet