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

rc-tree

Package Overview
Dependencies
Maintainers
2
Versions
308
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 1.3.0 to 1.3.1

4

lib/Tree.js

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

// console.log(this.state.expandedKeys, this._rawExpandedKeys, props.children);
if (props.checkable && this.checkedKeysChange) {
if (props.checkable && (this.checkedKeysChange || props.loadData)) {
if (props.checkStrictly) {

@@ -574,3 +574,3 @@ this.treeNodesStates = {};

var checkKeys = undefined;
if (_this4.checkKeys && _this4._checkedKeys && _this4._checkedKeys.every(function (i, index) {
if (!props.loadData && _this4.checkKeys && _this4._checkedKeys && _this4._checkedKeys.every(function (i, index) {
return checkedKeys[index] === i;

@@ -577,0 +577,0 @@ })) {

{
"name": "rc-tree",
"version": "1.3.0",
"version": "1.3.1",
"description": "tree 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