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

fg-collapsible

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fg-collapsible - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "fg-collapsible",
"version": "0.5.0",
"version": "0.5.1",
"description": "Toggle your collapsible content",

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

@@ -70,3 +70,2 @@ /* collapsible extension for navbar functionality */

$collapsible
// NOTE: this tap-out needs scroll handling for tall more menus!!!
.bind( "mouseover." + pluginName, function( e ){

@@ -76,3 +75,10 @@ if( $collapsible.is( "[data-collapsible-hover]" ) && !$( e.target ).closest( "." + itemMenuClass + ", ." + itemMoreClass ).length ){

}
} );
} )
.bind( "collapse", function( e ){
var $childCollapsibles = $( e.target ).find( "." + pluginName + "-expanded." + itemMenuClass );
if( $childCollapsibles.length ){
$childCollapsibles.data( pluginName ).collapse();
}
} );
}

@@ -79,0 +85,0 @@ });

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