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.47-alpha to 0.0.48-alpha

2

package.json

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

},
"version": "0.0.47-alpha",
"version": "0.0.48-alpha",
"description": "Form Builder core components",

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

@@ -12,3 +12,3 @@ {

"category": [
"logic"
"userinput"
]

@@ -22,3 +22,3 @@ },

"category": [
"logic"
"userinput"
]

@@ -25,0 +25,0 @@ }

@@ -10,5 +10,9 @@ {

"type": "string",
"processInput": true
"pattern": "^[a-zA-Z-_]+$",
"processInput": true,
"category": [
"userinput"
]
}
}
}

@@ -8,3 +8,4 @@ {

"title": "URL",
"type": "string"
"type": "string",
"pattern": "^[\\w-_\/]+$"
},

@@ -11,0 +12,0 @@ "heading": {

@@ -41,2 +41,7 @@ {

},
"enableSteps": {
"title": "Enable steps",
"description": "Allow current page to have steps",
"type": "boolean"
},
"nextPage": {

@@ -43,0 +48,0 @@ "$ref": "http://gov.uk/schema/v1.0.0/definition/nextpage"

@@ -10,2 +10,5 @@ {

"const": "page.start"
},
"enableSteps": {
"const": true
}

@@ -12,0 +15,0 @@ },

@@ -25,3 +25,3 @@ {

"multiline": true,
"default": "By submitting this application you are confirming that, to the best of your knowledge, the details you are providing are correct."
"default": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct."
}

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

Sorry, the diff of this file is not supported yet

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