Socket
Socket
Sign inDemoInstall

rc-tree-select

Package Overview
Dependencies
Maintainers
7
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 5.5.4 to 5.5.5

2

es/utils/valueUtil.js

@@ -32,6 +32,6 @@ export function toArray(value) {

list.forEach(function (item) {
keys.push(item[fieldNames.value]);
var children = item[fieldNames.children];
if (children) {
keys.push(item[fieldNames.value]);
dig(children);

@@ -38,0 +38,0 @@ }

@@ -46,6 +46,6 @@ "use strict";

list.forEach(function (item) {
keys.push(item[fieldNames.value]);
var children = item[fieldNames.children];
if (children) {
keys.push(item[fieldNames.value]);
dig(children);

@@ -52,0 +52,0 @@ }

{
"name": "rc-tree-select",
"version": "5.5.4",
"version": "5.5.5",
"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