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

@itcenter-layout/masterpage

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itcenter-layout/masterpage - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

12

dist/js/itcenter-masterdesign-masterpage.js
/*!
Itcenter masterpage v0.5.8
Itcenter masterpage v0.5.9
*/

@@ -102,6 +102,8 @@ var searchLoad = function () {

e.preventDefault();
if(!dropdown.classList.contains("open")) {
dropdown.classList.add("open");
} else {
dropdown.classList.remove("open");
if(!document.body.classList.contains("nodropdown")) {
if(!dropdown.classList.contains("open")) {
dropdown.classList.add("open");
} else {
dropdown.classList.remove("open");
}
}

@@ -108,0 +110,0 @@ });

{
"name": "@itcenter-layout/masterpage",
"version": "0.5.8",
"version": "0.5.9",
"description": "masterpage",

@@ -5,0 +5,0 @@ "devDependencies": {

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