New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/use-focus

Package Overview
Dependencies
Maintainers
1
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-focus - npm Package Compare versions

Comparing version 1.0.7-next-20240308164301 to 1.0.7-next-20240310014253

2

dist/index.d.ts

@@ -16,3 +16,3 @@ import { FocusableElement } from '@yamada-ui/utils';

};
declare const useFocusOnShow: <T extends HTMLElement>(target: T | RefObject<T>, { focusRef, preventScroll, shouldFocus, visible }?: UseFocusOnShowProps) => void;
declare const useFocusOnShow: <T extends HTMLElement>(target: React.RefObject<T> | T, { focusRef, preventScroll, shouldFocus, visible }?: UseFocusOnShowProps) => void;
type UseFocusOnMouseDownProps = {

@@ -19,0 +19,0 @@ ref: React.RefObject<HTMLElement>;

{
"name": "@yamada-ui/use-focus",
"version": "1.0.7-next-20240308164301",
"version": "1.0.7-next-20240310014253",
"description": "Yamada UI useFocus custom hook",

@@ -28,4 +28,4 @@ "keywords": [

"dependencies": {
"@yamada-ui/utils": "1.0.7-next-20240308164301",
"@yamada-ui/use-event-listener": "1.0.7-next-20240308164301"
"@yamada-ui/utils": "1.0.7-next-20240310014253",
"@yamada-ui/use-event-listener": "1.0.7-next-20240310014253"
},

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

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