Socket
Socket
Sign inDemoInstall

@yamada-ui/use-boolean

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-dev-20230918211901 to 0.0.0-dev-20231130115355

6

dist/index.d.ts

@@ -1,3 +0,3 @@

declare const useBoolean: (init?: boolean) => UseBooleanReture;
type UseBooleanReture = [
declare const useBoolean: (init?: boolean) => UseBooleanReturn;
type UseBooleanReturn = [
flg: boolean,

@@ -11,2 +11,2 @@ setFlg: {

export { UseBooleanReture, useBoolean };
export { UseBooleanReturn, useBoolean };
{
"name": "@yamada-ui/use-boolean",
"version": "0.0.0-dev-20230918211901",
"version": "0.0.0-dev-20231130115355",
"description": "Yamada UI useBoolean custom hook",

@@ -5,0 +5,0 @@ "keywords": [

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