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 0.0.114-alpha to 0.0.116-alpha

metadata/string/error.fileupload.LIMIT_FILE_SIZE.inline.json

3

metadata/string/error.required.radios.inline.json

@@ -5,3 +5,4 @@ {

"description": "Input is required (radios) - inline",
"value": "Choose one of the answers"
"value": "Choose one of the answers for {control}",
"value:cy": "Dewiswch un o'r atebion ar gyfer {control}"
}

@@ -5,3 +5,4 @@ {

"description": "Input is required (radios) - summary",
"value": "Choose one of the answers for {control}"
"value": "Choose one of the answers for {control}",
"value:cy": "Dewiswch un o'r atebion ar gyfer {control}"
}

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

"value": "There {errorCount, plural, 1 {was a problem} other {were problems}} on the page",
"value:cy": "Croso y cynreerru {errorCount, plural, 1 {was a problem} other {were problems}} on the page"
"value:cy": "Roedd yna broblemau {errorCount, plural, 1 {broblem} other {broblemau}} ar y dudalen"
}

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

},
"version": "0.0.114-alpha",
"version": "0.0.116-alpha",
"description": "Form Builder core components",

@@ -17,3 +17,3 @@ "main": "index.js",

"devDependencies": {
"@ministryofjustice/fb-specification": "0.1.4-alpha",
"@ministryofjustice/fb-specification": "0.1.5-alpha",
"npm-run-all": "^4.1.5"

@@ -20,0 +20,0 @@ },

@@ -11,8 +11,13 @@ {

},
"multiple": {
"title": "Multiple files",
"description": "Whether users can upload more than one file",
"type": "boolean",
"default": false
"maxFiles": {
"title": "Maximum number of files",
"description": "Maximum number of files a user can upload",
"type": "number",
"default": 1
},
"minFiles": {
"title": "Minimum number of files",
"description": "Minimum number of files a user can upload - 1 if required, 0 if not required",
"type": "number"
},
"accept": {

@@ -19,0 +24,0 @@ "title": "Accepted types",

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