New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dotsunited-off-canvas-navigation

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotsunited-off-canvas-navigation - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

13

lib/setup.js

@@ -21,4 +21,2 @@ (function(window, factory) {

function open(toggle, panel) {
root.addClass(openClass);
toggle

@@ -53,2 +51,4 @@ .attr('aria-expanded', 'true')

;
root.addClass(openClass);
}

@@ -61,7 +61,4 @@

root.removeClass(openClass);
panel
.attr('aria-hidden', 'true')
.attr('hidden', 'true')
.removeAttr('tabindex')

@@ -76,2 +73,8 @@ .blur()

;
root.removeClass(openClass);
setTimeout(function() {
panel.attr('hidden', 'true')
}, 500);
}

@@ -78,0 +81,0 @@

@@ -10,3 +10,3 @@ {

},
"version": "2.2.0",
"version": "2.2.1",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

Sorry, the diff of this file is too big to display

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