Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ministryofjustice/frontend

Package Overview
Dependencies
Maintainers
15
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ministryofjustice/frontend - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

1

moj/all.js

@@ -870,2 +870,3 @@ ;(function(root, factory) {

$el.data('moj-password-reveal-initialised', true);
$el.attr('spellcheck', 'false');

@@ -872,0 +873,0 @@ $el.wrap('<div class="moj-password-reveal"></div>');

@@ -10,2 +10,3 @@ MOJFrontend.PasswordReveal = function(element) {

$el.data('moj-password-reveal-initialised', true);
$el.attr('spellcheck', 'false');

@@ -12,0 +13,0 @@ $el.wrap('<div class="moj-password-reveal"></div>');

19

moj/components/ticket-panel/README.md

@@ -35,4 +35,4 @@ # Ticket Panel

|---|---|---|---|
|classes|string|No|Classes to add to the timeline's container.|
|attributes|object|No|HTML attributes (for example data attributes) to add to the timeline's container.|
|classes|string|No|Classes to add to the ticket panel's container.|
|attributes|object|No|HTML attributes (for example data attributes) to add to the ticket panel's container.|

@@ -45,3 +45,14 @@ ### Items

|html|string|Yes|If `text` is set, this is not required. HTML to use within the item. If `html` is provided, the `text` argument will be ignored.|
|classes|string|No|Classes to add to the timeline's container.|
|attributes|object|No|HTML attributes (for example data attributes) to add to the timeline's container.|
|classes|string|No|Classes to add to the ticket panel's container.|
|attributes|object|No|HTML attributes (for example data attributes) to add to the ticket panel's container.|
### Classes
|Name|
|---|
|moj-ticket-panel__content--blue|
|moj-ticket-panel__content--red|
|moj-ticket-panel__content--yellow|
|moj-ticket-panel__content--green|
|moj-ticket-panel__content--purple|
|moj-ticket-panel__content--orange|
{
"name": "@ministryofjustice/frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"version": "1.4.2",
"version": "1.5.0",
"main": "moj/all.js",

@@ -6,0 +6,0 @@ "sass": "moj/all.scss",

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