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.96-alpha to 0.0.97-alpha

2

package.json

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

},
"version": "0.0.96-alpha",
"version": "0.0.97-alpha",
"description": "Form Builder core components",

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

{
"$id": "http://gov.uk/schema/v1.0.0/config/service",
"title": "Service configuration",
"title": "Form configuration",
"_name": "config.service",
"description": "Service configuration",
"description": "Form configuration",
"type": "object",

@@ -15,7 +15,7 @@ "properties": {

"name": {
"title": "Service name",
"title": "Form name",
"type": "string"
},
"phase": {
"title": "Service phase",
"title": "Form phase",
"type": "string",

@@ -29,7 +29,7 @@ "enum": [

"phaseText": {
"title": "Service phase text",
"title": "Form phase text",
"type": "string"
},
"code": {
"title": "Service code",
"title": "Form code",
"type": "string"

@@ -52,12 +52,12 @@ },

"emailInputNameTeam": {
"title": "Service team email address field",
"description": "Name of input used as email address to send submission details to service team - overrides any value set as SERVICETEAM_EMAIL",
"title": "Form team email address field",
"description": "Name of input used as email address to send submission details to form team - overrides any value set as SERVICETEAM_EMAIL",
"type": "string"
},
"emailSubjectTeam": {
"title": "Service team email subject",
"title": "Form team email subject",
"type": "string"
},
"emailTemplateTeam": {
"title": "Service team email template",
"title": "Form team email template",
"type": "string",

@@ -64,0 +64,0 @@ "multiline": true

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