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

@yamada-ui/use-clickable

Package Overview
Dependencies
Maintainers
1
Versions
628
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-dev-20230804221203 to 0.0.0-dev-20230805213108

4

dist/index.js

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

const refCb = (node) => {
if ((node == null ? void 0 : node.tagName) !== "BUTTON")
if (!node)
return;
if (node.tagName !== "BUTTON")
setIsButton(false);

@@ -58,0 +60,0 @@ };

{
"name": "@yamada-ui/use-clickable",
"version": "0.0.0-dev-20230804221203",
"version": "0.0.0-dev-20230805213108",
"description": "Yamada UI useClickable custom hook",

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

"dependencies": {
"@yamada-ui/utils": "0.0.0-dev-20230804221203",
"@yamada-ui/use-event-listener": "0.0.0-dev-20230804221203"
"@yamada-ui/utils": "0.1.5",
"@yamada-ui/use-event-listener": "0.1.5"
},

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