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

@clayui/autocomplete

Package Overview
Dependencies
Maintainers
13
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/autocomplete - npm Package Compare versions

Comparing version 3.104.0 to 3.105.0

6

lib/Item.js

@@ -63,9 +63,9 @@ "use strict";

var isFocus = isFocusVisible();
var hoverProps = (0, _shared.useHover)({
disabled: disabled,
onHover: (0, _react.useCallback)(function () {
return onActiveDescendant(keyValue);
}, [keyValue])
return !isFocus && onActiveDescendant(keyValue);
}, [keyValue, isFocus])
});
var isFocus = isFocusVisible();
var currentValue = (_ref2 = textValue !== null && textValue !== void 0 ? textValue : value) !== null && _ref2 !== void 0 ? _ref2 : String(children);

@@ -72,0 +72,0 @@

{
"name": "@clayui/autocomplete",
"version": "3.104.0",
"version": "3.105.0",
"description": "ClayAutocomplete component",

@@ -30,3 +30,3 @@ "license": "BSD-3-Clause",

"@clayui/core": "^3.104.0",
"@clayui/drop-down": "^3.104.0",
"@clayui/drop-down": "^3.105.0",
"@clayui/form": "^3.104.0",

@@ -46,3 +46,3 @@ "@clayui/loading-indicator": "^3.60.0",

],
"gitHead": "44f72fac40321954bf46e8f61b163ff71ae04403"
"gitHead": "dfe8e4d9789e2e2586bd439db2496c9f64388d39"
}

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