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-20230813023829 to 0.0.0-dev-20230918211901

5

dist/index.js

@@ -0,1 +1,2 @@

"use client"
"use strict";

@@ -126,4 +127,4 @@ var __defProp = Object.defineProperty;

const onDocumentMouseUp = (0, import_react.useCallback)(
(event) => {
if (event.button !== 0)
(ev) => {
if (ev.button !== 0)
return;

@@ -130,0 +131,0 @@ setIsPressed(false);

11

package.json
{
"name": "@yamada-ui/use-clickable",
"version": "0.0.0-dev-20230813023829",
"version": "0.0.0-dev-20230918211901",
"description": "Yamada UI useClickable custom hook",

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

"dependencies": {
"@yamada-ui/utils": "0.0.0-dev-20230813023829",
"@yamada-ui/use-event-listener": "0.0.0-dev-20230813023829"
"@yamada-ui/utils": "0.2.0",
"@yamada-ui/use-event-listener": "0.0.0-dev-20230918211901"
},

@@ -45,3 +45,6 @@ "devDependencies": {

"esm"
]
],
"banner": {
"js": "\"use client\""
}
},

@@ -48,0 +51,0 @@ "module": "dist/index.mjs",

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