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.7.1 to 0.7.2

2

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

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

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

.bind( "expand", function( e ){
var $childCollapsibles = $( e.target ).find( "." + pluginName + "-expanded." + itemMenuClass );
if( $( e.target ).is( this ) ){

@@ -80,2 +81,5 @@ $moreBtn.attr( "tabindex", "-1" );

}
else if( !$childCollapsibles.length ) {
$collapsible.data( pluginName ).collapse();
}
})

@@ -82,0 +86,0 @@ .bind( "collapse", function( e ){

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