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

fib-maxup

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fib-maxup - npm Package Compare versions

Comparing version 1.4.71 to 1.4.72

10

js/navbar.js

@@ -1,3 +0,3 @@

class navbar {
constructor(navigation) {
export default class {
constructor(navigation = '.Navigation') {
this.navigation = document.querySelector(navigation);

@@ -13,8 +13,8 @@ this.navToggleBtn = this.navigation.querySelector('.nav-toggle');

}
SetDataCollapseOnNavToggle(){
this.navToggleBtn.setAttribute('data-collapse' , (window.innerWidth <= 800));
SetDataCollapseOnNavToggle() {
this.navToggleBtn.setAttribute('data-collapse', (window.innerWidth <= 800));
}
ToggleNav(){
ToggleNav() {
this.navigation.classList.toggle('navIsActive')
}
}
{
"name": "fib-maxup",
"style": "css/index.css",
"version": "1.4.71",
"version": "1.4.72",
"description": "a css framework",

@@ -6,0 +6,0 @@ "main": "js/MaxUp.js",

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