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
8
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.146-12 to 0.0.146-13

2

package.json

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

},
"version": "0.0.146-12",
"version": "0.0.146-13",
"description": "Form Builder core components",

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

@@ -89,2 +89,15 @@ {

},
"format": {
"title": "Format to match string against",
"description": "Format used for validating users’ answers",
"type": "string"
},
"errorsFormat": {
"title": "Error messages for format",
"allOf": [
{
"$ref": "#/definitions/errorStrings"
}
]
},
"multipleOf": {

@@ -284,2 +297,5 @@ "title": "Multiple of",

"$ref": "#/definitions/pattern"
},
"format": {
"$ref": "#/definitions/format"
}

@@ -298,2 +314,5 @@ }

"$ref": "#/definitions/errorsPattern"
},
"format": {
"$ref": "#/definitions/errorsFormat"
}

@@ -300,0 +319,0 @@ }

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