Socket
Socket
Sign inDemoInstall

h5-menudropdown

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h5-menudropdown - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "h5-menudropdown",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/h5-menudropdown.js",

@@ -44,2 +44,3 @@ var React = require('react');

_html.addEventListener("click", this.fecha_menu );
if(icon_abs_pos){

@@ -100,2 +101,9 @@ if(icon_abs_pos.top <= (altura_html/2) && icon_abs_pos.left <= (largura_html/2)){

this.closeDropDown();
},
fecha_menu: function(e){
if(this.isDropDown()) {
this.closeDropDown();
}
else
return;
}

@@ -102,0 +110,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