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

rc-menu

Package Overview
Dependencies
Maintainers
2
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-menu - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

4

lib/MenuItem.js

@@ -72,3 +72,5 @@ /** @jsx React.DOM */

} else {
props.onSelect(props.eventKey, this);
if (!props.selected) {
props.onSelect(props.eventKey, this);
}
}

@@ -75,0 +77,0 @@ },

{
"name": "rc-menu",
"version": "2.2.1",
"version": "2.2.2",
"description": "menu ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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