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.2.8 to 0.2.9

2

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

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

@@ -143,3 +143,3 @@ /*

// arrow key behavior: collapsible must be expanded to accept arrow navigation
if( !self.collapsed ){
if( !self.collapsed && isMenu() ){
if( e.which === 39 || e.which === 40 ){

@@ -146,0 +146,0 @@ self.arrow( e.target );

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