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

@yamada-ui/use-outside-click

Package Overview
Dependencies
Maintainers
1
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-outside-click - npm Package Compare versions

Comparing version 0.0.0-dev-20231220072135 to 0.0.0-dev-20231224084558

5

dist/index.d.ts

@@ -6,4 +6,9 @@ type UseOutsideClickProps = {

};
/**
* `useOutsideClick` is a custom hook that detects click events outside of an element.
*
* @see Docs https://yamada-ui.com/hooks/use-outside-click
*/
declare const useOutsideClick: ({ ref, handler, enabled, }: UseOutsideClickProps) => void;
export { type UseOutsideClickProps, useOutsideClick };

5

package.json
{
"name": "@yamada-ui/use-outside-click",
"version": "0.0.0-dev-20231220072135",
"version": "0.0.0-dev-20231224084558",
"description": "Yamada UI useOutsideClick custom hook",

@@ -18,2 +18,3 @@ "keywords": [

},
"homepage": "https://yamada-ui.com",
"repository": {

@@ -28,3 +29,3 @@ "type": "git",

"dependencies": {
"@yamada-ui/utils": "0.0.0-dev-20231220072135"
"@yamada-ui/utils": "0.0.0-dev-20231224084558"
},

@@ -31,0 +32,0 @@ "devDependencies": {

dist/index.d.mts

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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