Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
19
Maintainers
2
Versions
305
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.23.0 to 0.23.1

5

lib/Tree.js

@@ -294,6 +294,7 @@ 'use strict';

checkedKeys = this.state.checkedKeys;
newSt.allCheckedNodes = Object.keys(this.treeNodesStates).filter(function (item) {
newSt.allCheckedNodes = [];
Object.keys(this.treeNodesStates).forEach(function (item) {
var itemObj = _this3.treeNodesStates[item];
if (_this3.checkedKeys.indexOf(itemObj.key) !== -1) {
return itemObj.node;
newSt.allCheckedNodes.push(itemObj.node);
}

@@ -300,0 +301,0 @@ });

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc