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.52-alpha to 0.0.53-alpha

specifications/condition/data/invalid/any_nested_text_as_number.json

2

package.json

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

},
"version": "0.0.52-alpha",
"version": "0.0.53-alpha",
"description": "Form Builder core components",

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

@@ -40,3 +40,3 @@ {

{
"$ref": "http://gov.uk/schema/v1.0.0/definition/conditions/one"
"$ref": "http://gov.uk/schema/v1.0.0/definition/conditions/exactly"
}

@@ -43,0 +43,0 @@ ]

@@ -6,4 +6,4 @@ {

"properties": {
"allOfConditions": {
"title": "All Conditions Met",
"all": {
"title": "All conditions met",
"type": "array",

@@ -16,3 +16,3 @@ "items": {

"required": [
"allOfConditions"
"all"
],

@@ -19,0 +19,0 @@ "category": [

@@ -6,4 +6,4 @@ {

"properties": {
"anyOfConditions": {
"title": "At least X Conditions Met",
"any": {
"title": "At least X conditions met",
"type": "array",

@@ -13,6 +13,12 @@ "items": {

}
},
"conditionsMet": {
"title": "Number of conditions to meet",
"type": "number",
"minimum": 1,
"default": 1
}
},
"required": [
"anyOfConditions"
"any"
],

@@ -19,0 +25,0 @@ "category": [

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

"_id": "gosh",
"anyOfConditions": [
"any": [
{

@@ -32,3 +32,3 @@ "identifier": "foo",

{
"allOfConditions": [
"all": [
{

@@ -35,0 +35,0 @@ "identifier": "bam",

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