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.1.1 to 1.2.0

dist/css/itcenter-masterdesign-noscript.css

12

dist/js/itcenter-masterdesign-masterpage.js
/*!
Itcenter masterpage v1.1.1
Itcenter masterpage v1.2.0
*/

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

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

@@ -146,6 +153,9 @@ var el = document.getElementById("nav-collapse");

var navWidth = document.getElementsByClassName("navbar")[0].clientWidth;
var menu = document.getElementsByTagName("menu")[0];
if(navWidth <= 767) {
body.classList.remove("show-menu");
menu.classList.add("transition");
} else {
body.classList.add("show-menu");
menu.classList.remove("transition");
}

@@ -152,0 +162,0 @@ }

2

package.json
{
"name": "@itcenter-layout/masterpage",
"version": "1.1.1",
"version": "1.2.0",
"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