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

@ministryofjustice/frontend

Package Overview
Dependencies
Maintainers
21
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 2.0.0 to 2.0.1

5

moj/all.js

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

case this.keys.esc:
if(!this.mq.matches) {
if(!this.mql.matches) {
this.menuButton.focus();

@@ -350,3 +350,3 @@ this.hideMenu();

case this.keys.tab:
if(!this.mq.matches) {
if(!this.mql.matches) {
this.hideMenu();

@@ -374,2 +374,3 @@ }

};
MOJFrontend.FilterToggleButton = function(options) {

@@ -376,0 +377,0 @@ this.options = options;

6

moj/components/button-menu/button-menu.js

@@ -127,3 +127,3 @@ MOJFrontend.ButtonMenu = function(params) {

case this.keys.esc:
if(!this.mq.matches) {
if(!this.mql.matches) {
this.menuButton.focus();

@@ -134,3 +134,3 @@ this.hideMenu();

case this.keys.tab:
if(!this.mq.matches) {
if(!this.mql.matches) {
this.hideMenu();

@@ -157,2 +157,2 @@ }

}
};
};
{
"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": "2.0.0",
"version": "2.0.1",
"main": "moj/all.js",

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

Sorry, the diff of this file is too big to display

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