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

@yamada-ui/use-controllable-state

Package Overview
Dependencies
Maintainers
1
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-controllable-state - npm Package Compare versions

Comparing version 0.0.0-dev-20231125142739 to 0.0.0-dev-20231128173032

2

dist/index.js

@@ -45,3 +45,3 @@ "use client"

return;
if (!controlled)
if (!controlled || (0, import_utils.isUndefined)(nextValue) || (0, import_utils.isNull)(nextValue))
setDefaultValue(nextValue);

@@ -48,0 +48,0 @@ onChange(nextValue);

{
"name": "@yamada-ui/use-controllable-state",
"version": "0.0.0-dev-20231125142739",
"version": "0.0.0-dev-20231128173032",
"description": "Yamada UI useControllableState 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