Socket
Socket
Sign inDemoInstall

@nodestrap/navbar

Package Overview
Dependencies
70
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

9

dist/Navbar.js

@@ -746,7 +746,6 @@ // react:

const handleClick = (e) => {
if (!e.defaultPrevented) {
if (isActive) {
setActive(false);
e.preventDefault();
} // if
/* always close the menu even if `defaultPrevented` */
if (isActive) {
setActive(false);
e.preventDefault();
} // if

@@ -753,0 +752,0 @@ };

{
"name": "@nodestrap/navbar",
"version": "4.0.5",
"version": "4.0.6",
"description": "A responsive navigation header. Supports for branding, navigation and more.",

@@ -47,3 +47,3 @@ "type": "module",

"@nodestrap/indicator": "^4.0.3",
"@nodestrap/nav-button": "^4.0.7",
"@nodestrap/nav-button": "^4.0.8",
"@nodestrap/toggler-menu-button": "^4.0.2",

@@ -50,0 +50,0 @@ "@nodestrap/utilities": "^4.0.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc