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

fg-collapsible

Package Overview
Dependencies
Maintainers
6
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.12.0 to 0.13.0

2

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

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

@@ -47,2 +47,3 @@ /*

!$( a.target ).closest( $trigger ).length &&
$collapsible.data( pluginName ) &&
!$collapsible.data( pluginName ).collapsed &&

@@ -49,0 +50,0 @@ isMenu() &&

@@ -71,10 +71,7 @@ /*

if( self.$tabHeader.is( '.' + activeTabClass ) ) {
deactivateTab( self.$tabHeader );
} else {
if( !self.$tabHeader.is( '.' + activeTabClass ) ) {
deactivateTab( $tabContainer.find( '.' + activeTabClass ) );
activateTab( self.$tabHeader );
self.expand();
}
self.toggle();
}).bind( "keydown", function( e ){

@@ -104,3 +101,3 @@ var $activeTab = $tabNav.find( "." + activeTabClass );

activateTab( self.$tabHeader );
self._expand();
self.expand();
}

@@ -107,0 +104,0 @@

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