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.64-alpha to 0.0.68-alpha

2

package.json

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

},
"version": "0.0.64-alpha",
"version": "0.0.68-alpha",
"description": "Form Builder core components",

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

@@ -8,11 +8,17 @@ {

"title": "Width",
"description": "Determines govuk width class to apply",
"description": "How wide the component should be visually",
"type": "string",
"enumMap": "widthClassMap",
"enumMap": {
"one-quarter": "One quarter",
"one-third": "One third",
"one-half": "One half",
"two-thirds": "Two thirds",
"three-quarters": "Three quarters"
},
"enum": [
"three-quarters",
"one-quarter",
"one-third",
"one-half",
"two-thirds",
"one-half",
"one-third",
"one-quarter"
"three-quarters"
],

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

@@ -8,14 +8,31 @@ {

"title": "Input width",
"description": "The govuk width class to apply to input",
"description": "How wide the input should be visually",
"type": "string",
"enumMap": "widthClassMap",
"enumMap": {
"2": "2 characters",
"3": "3 characters",
"4": "4 characters",
"5": "5 characters",
"10": "10 characters",
"20": "20 characters",
"30": "30 characters",
"one-quarter": "One quarter",
"one-third": "One third",
"one-half": "One half",
"two-thirds": "Two thirds",
"three-quarters": "Three quarters"
},
"enum": [
"2",
"3",
"4",
"5",
"10",
"20",
"30",
"three-quarters",
"one-quarter",
"one-third",
"one-half",
"two-thirds",
"one-half",
"one-third",
"one-quarter"
"three-quarters"
],

@@ -22,0 +39,0 @@ "category": [

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