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

@yamada-ui/use-disclosure

Package Overview
Dependencies
Maintainers
1
Versions
558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-dev-20230716195657 to 0.0.0-dev-20230718011629

4

dist/index.js

@@ -31,3 +31,5 @@ "use strict";

var _a;
const [defaultIsOpen, setIsOpen] = (0, import_react.useState)((_a = props.defaultIsOpen) != null ? _a : false);
const [defaultIsOpen, setIsOpen] = (0, import_react.useState)(
(_a = props.defaultIsOpen) != null ? _a : false
);
const handleOpen = (0, import_utils.useCallbackRef)(props.onOpen);

@@ -34,0 +36,0 @@ const handleClose = (0, import_utils.useCallbackRef)(props.onClose);

{
"name": "@yamada-ui/use-disclosure",
"version": "0.0.0-dev-20230716195657",
"version": "0.0.0-dev-20230718011629",
"description": "Yamada UI useDisclosure custom hook",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@yamada-ui/utils": "0.0.0-dev-20230716195657"
"@yamada-ui/utils": "0.0.0-dev-20230718011629"
},

@@ -30,0 +30,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