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.0.18 to 1.0.19

14

dist/types/index.d.ts

@@ -56,3 +56,3 @@ import "./browserInfo";

*/
focusElementOnOpen?: "menuPopup" | "firstChild" | string | JSX.Element | (() => JSX.Element);
focusElementOnOpen?: "menuPopup" | "firstChild" | JSX.Element | (() => JSX.Element);
/**

@@ -73,3 +73,3 @@ *

*/
focusElementOnClose?: "menuButton" | string | JSX.Element | FocusElementOnCloseOptions;
focusElementOnClose?: "menuButton" | JSX.Element | FocusElementOnCloseOptions;
/**

@@ -191,3 +191,3 @@ *

*/
tabBackwards?: "menuButton" | string | JSX.Element;
tabBackwards?: "menuButton" | JSX.Element;
/**

@@ -203,3 +203,3 @@ *

*/
tabForwards?: "menuButton" | string | JSX.Element;
tabForwards?: "menuButton" | JSX.Element;
/**

@@ -214,3 +214,3 @@ * focus on element when exiting menuPopup via click outside popup.

*/
click?: "menuButton" | string | JSX.Element;
click?: "menuButton" | JSX.Element;
/**

@@ -222,3 +222,3 @@ *

*/
escapeKey?: "menuButton" | string | JSX.Element;
escapeKey?: "menuButton" | JSX.Element;
/**

@@ -230,3 +230,3 @@ *

*/
scrolling?: "menuButton" | string | JSX.Element;
scrolling?: "menuButton" | JSX.Element;
};

@@ -233,0 +233,0 @@ export declare type OnOpenHandler = (open: boolean, props: {

{
"name": "solid-dismiss",
"version": "1.0.18",
"version": "1.0.19",
"homepage": "https://aquaductape.github.io/solid-dismiss/",

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

"rollup-preset-solid": "^0.3.0",
"solid-js": "^1.0.7",
"solid-js": "^1.2.1",
"typedoc": "^0.22.4"
}
}

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