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.34-alpha to 0.0.35-alpha

2

package.json

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

},
"version": "0.0.34-alpha",
"version": "0.0.35-alpha",
"description": "Form Builder core components",

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

@@ -34,3 +34,3 @@ {

"errorsRequired": {
"title": "Error messages for required",
"title": "Error messages for ‘Required’",
"allOf": [

@@ -48,3 +48,3 @@ {

"errorsMinLength": {
"title": "Error messages for minLength",
"title": "Error messages for ‘Minimum length’",
"allOf": [

@@ -62,3 +62,3 @@ {

"errorsMaxLength": {
"title": "Error messages for maxLength",
"title": "Error messages for ‘Maximum length’",
"allOf": [

@@ -88,3 +88,3 @@ {

"errorsMultipleOf": {
"title": "Error messages for multipleOf",
"title": "Error messages for ‘Multiple of’",
"allOf": [

@@ -97,3 +97,3 @@ {

"maximum": {
"title": "Maximum",
"title": "Less than or equal to",
"type": "number",

@@ -103,3 +103,3 @@ "minimum": 0

"errorsMaximum": {
"title": "Error messages for maximum",
"title": "Error messages for ‘Less than or equal to’",
"allOf": [

@@ -112,7 +112,7 @@ {

"exclusiveMaximum": {
"title": "Exclusive maximum",
"title": "Less than",
"type": "boolean"
},
"errorsExclusiveMaximum": {
"title": "Error messages for exclusiveMaximum",
"title": "Error messages for ‘Less than",
"allOf": [

@@ -125,3 +125,3 @@ {

"minimum": {
"title": "Minimum",
"title": "More than or equal to",
"type": "number",

@@ -131,3 +131,3 @@ "minimum": 0

"errorsMinimum": {
"title": "Error messages for minimum",
"title": "Error messages for for ‘More than or equal to’",
"allOf": [

@@ -140,7 +140,7 @@ {

"exclusiveMinimum": {
"title": "Exclusive minimum",
"title": "More than",
"type": "boolean"
},
"errorsExclusiveMinimum": {
"title": "Error messages for exclusiveMinimum",
"title": "Error messages for ‘More than",
"allOf": [

@@ -147,0 +147,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