Socket
Socket
Sign inDemoInstall

rc-tree-select

Package Overview
Dependencies
Maintainers
6
Versions
259
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 4.6.1 to 4.6.2

2

es/hooks/useTreeData.js

@@ -81,3 +81,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

if (fieldChildren in node) {
if (node[fieldChildren] !== undefined) {
dataNode.children = dig(node[fieldChildren]);

@@ -84,0 +84,0 @@ }

@@ -93,3 +93,3 @@ "use strict";

if (fieldChildren in node) {
if (node[fieldChildren] !== undefined) {
dataNode.children = dig(node[fieldChildren]);

@@ -96,0 +96,0 @@ }

{
"name": "rc-tree-select",
"version": "4.6.1",
"version": "4.6.2",
"description": "tree-select 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