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

solid-dismiss

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-dismiss - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

dist/esm/index.js

@@ -775,2 +775,3 @@ import { isServer, insert, template, delegateEvents, addEventListener, effect, setAttribute, classList, createComponent, mergeProps } from 'solid-js/web';

const getMenuButton = menuBtnEls => {
if (!menuBtnEls) return undefined;
if (menuBtnEls.length <= 1) return menuBtnEls[0];

@@ -777,0 +778,0 @@ return menuBtnEls.find(menuBtnEl => {

@@ -171,2 +171,4 @@ import { dismissStack } from "../global/dismissStack";

export const getMenuButton = (menuBtnEls) => {
if (!menuBtnEls)
return undefined;
if (menuBtnEls.length <= 1)

@@ -173,0 +175,0 @@ return menuBtnEls[0];

2

package.json
{
"name": "solid-dismiss",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://aquaductape.github.io/solid-dismiss/",

@@ -5,0 +5,0 @@ "description": "Handles \"click outside\" behavior for popup menu. Closing is triggered by click/focus outside of popup element or pressing \"Escape\" key.",

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