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

rc-tree-select

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree-select - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/Select.js

@@ -608,3 +608,3 @@ 'use strict';

};
if (item.children) {
if (item.children && item.children.length) {
return _react2['default'].createElement(

@@ -611,0 +611,0 @@ _TreeNode3['default'],

{
"name": "rc-tree-select",
"version": "1.1.3",
"version": "1.1.4",
"description": "tree-select ui component for react",

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

@@ -117,3 +117,3 @@ # rc-tree-select

|disabled | disable treeNode | bool | false |
|key | the unique key of treeNode, you must set it | String | - |
|key | it's value must be unique across the tree's all TreeNode, you must set it | String | - |
|value | default as treeNodeFilterProp | String | '' |

@@ -120,0 +120,0 @@ |title | tree/subTree's title | String | '---' |

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