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.6.71 to 1.6.72

4

dist/source/components/Transition.js

@@ -39,6 +39,4 @@ import { untrack, createComputed, createSignal, children, batch, } from "solid-js";

const getElement = (type, el) => {
if (type === "overlay")
return el;
if (appendToElement) {
if (appendToElement === "menuPopup") {
if (appendToElement === "menuPopup" && type !== "overlay") {
return queryElement({ containerEl: el }, { inputElement: null, type: "menuPopup" });

@@ -45,0 +43,0 @@ }

{
"name": "solid-dismiss",
"version": "1.6.71",
"version": "1.6.72",
"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 too big to display

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