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

@hmcts/frontend

Package Overview
Dependencies
Maintainers
19
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/frontend - npm Package Compare versions

Comparing version 0.0.25-alpha to 0.0.26-alpha

7

all.js

@@ -173,4 +173,11 @@ var HMCTSFrontend = {};

this.setupResponsiveChecks();
$(document).on('click', $.proxy(this, 'onDocumentClick'));
};
HMCTSFrontend.Menu.prototype.onDocumentClick = function(e) {
if(!$.contains(this.container[0], e.target)) {
this.hideMenu();
}
};
HMCTSFrontend.Menu.prototype.createToggleButton = function() {

@@ -177,0 +184,0 @@ this.menuButton = $('<button class="govuk-button hmcts-menu__toggle-button ' + this.buttonClasses + '" type="button" aria-haspopup="true" aria-expanded="false">'+this.buttonText+'</button>');

@@ -15,4 +15,11 @@ HMCTSFrontend.Menu = function(params) {

this.setupResponsiveChecks();
$(document).on('click', $.proxy(this, 'onDocumentClick'));
};
HMCTSFrontend.Menu.prototype.onDocumentClick = function(e) {
if(!$.contains(this.container[0], e.target)) {
this.hideMenu();
}
};
HMCTSFrontend.Menu.prototype.createToggleButton = function() {

@@ -19,0 +26,0 @@ this.menuButton = $('<button class="govuk-button hmcts-menu__toggle-button ' + this.buttonClasses + '" type="button" aria-haspopup="true" aria-expanded="false">'+this.buttonText+'</button>');

2

package.json
{
"name": "@hmcts/frontend",
"description": "HMCTS Frontend contains the code you need to start building a user interface for HMCTS.",
"version": "0.0.25-alpha",
"version": "0.0.26-alpha",
"main": "all.js",

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

Sorry, the diff of this file is not supported yet

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