Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-dropdown - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0

6

package.json
{
"name": "@uiw/react-dropdown",
"version": "4.1.2",
"version": "4.2.0",
"description": "Dropdown component",

@@ -46,3 +46,3 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/react-overlay-trigger": "^4.1.2",
"@uiw/react-overlay-trigger": "^4.2.0",
"@uiw/utils": "^4.1.2"

@@ -58,3 +58,3 @@ },

},
"gitHead": "caafb4b0a1360c2a2bd46903932e4531860ce608"
"gitHead": "ef630720992e1b680084bf028b6304fdcbcf71b9"
}

@@ -31,3 +31,3 @@ Dropdown 下拉菜单

<Dropdown menu={menu}>
<a href="javascript:void(0)">
<a href='#' onClick={e => e.preventDefault()}>
鼠标经过出现菜单 <Icon type="down" />

@@ -37,3 +37,3 @@ </a>

<Dropdown trigger="click" menu={menu}>
<a href="javascript:void(0)">
<a href='#' onClick={e => e.preventDefault()}>
点击我出现下拉菜单 <Icon type="down" />

@@ -40,0 +40,0 @@ </a>

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