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 1.2.1 to 1.2.2

12

dist/js/itcenter-masterdesign-masterpage.js
/*!
Itcenter masterpage v1.2.1
Itcenter masterpage v1.2.2
*/

@@ -105,11 +105,2 @@ var searchLoad = function () {

var navWidth = document.documentElement.clientWidth;
if (document.body) {
if (navWidth <= 767) {
document.body.classList.remove("show-menu");
} else {
document.body.classList.add("show-menu");
}
}
var menuLoad = function () {

@@ -119,2 +110,3 @@ var el = document.getElementById("nav-collapse");

adaptStatusSidebar();
body.classList.remove("show-menu-desktop");

@@ -121,0 +113,0 @@ if (el) {

2

package.json
{
"name": "@itcenter-layout/masterpage",
"version": "1.2.1",
"version": "1.2.2",
"description": "masterpage",

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

Sorry, the diff of this file is not supported yet

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