Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
5
Maintainers
11
Versions
305
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.8 to 5.4.0

1

es/Tree.d.ts

@@ -34,2 +34,3 @@ import * as React from 'react';

focusable?: boolean;
activeKey?: Key;
tabIndex?: number;

@@ -36,0 +37,0 @@ children?: React.ReactNode;

@@ -1232,2 +1232,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

newState.loadedKeys = props.loadedKeys;
} // ================== activeKey ==================
if (needSync('activeKey')) {
newState.activeKey = props.activeKey;
}

@@ -1234,0 +1239,0 @@

@@ -34,2 +34,3 @@ import * as React from 'react';

focusable?: boolean;
activeKey?: Key;
tabIndex?: number;

@@ -36,0 +37,0 @@ children?: React.ReactNode;

@@ -1260,2 +1260,7 @@ "use strict";

newState.loadedKeys = props.loadedKeys;
} // ================== activeKey ==================
if (needSync('activeKey')) {
newState.activeKey = props.activeKey;
}

@@ -1262,0 +1267,0 @@

2

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

@@ -5,0 +5,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc