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

rc-cascader

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-cascader - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

8

lib/Menus.js

@@ -104,2 +104,8 @@ 'use strict';

}
var title = '';
if (option.title) {
title = option.title;
} else if (typeof option.label === 'string') {
title = option.label;
}
return _react2['default'].createElement(

@@ -109,3 +115,3 @@ 'li',

className: menuItemCls,
title: option.label
title: title
}, expandProps),

@@ -112,0 +118,0 @@ option.label

2

package.json
{
"name": "rc-cascader",
"version": "0.9.6",
"version": "0.9.7",
"description": "cascade select 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