Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
2
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree - npm Package Compare versions

Comparing version 0.25.5 to 0.25.6

2

lib/TreeNode.js

@@ -380,2 +380,4 @@ 'use strict';

prefixCls: _react.PropTypes.string,
disabled: _react.PropTypes.bool,
disableCheckbox: _react.PropTypes.bool,
expanded: _react.PropTypes.bool,

@@ -382,0 +384,0 @@ isLeaf: _react.PropTypes.bool,

2

package.json
{
"name": "rc-tree",
"version": "0.25.5",
"version": "0.25.6",
"description": "tree ui component for react",

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

@@ -96,3 +96,3 @@ # rc-tree

|disableCheckbox | whether disable the treeNode' checkbox | bool | false |
|title | tree/subTree's title | String | '---' |
|title | tree/subTree's title | String/node | '---' |
|key | it's used with tree props's (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. you'd better to set it, and it must be unique in the tree's all treeNodes | String | treeNode's position |

@@ -99,0 +99,0 @@ |isLeaf | whether it's leaf node | bool | false |

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