Socket
Socket
Sign inDemoInstall

rc-tree-select

Package Overview
Dependencies
20
Maintainers
7
Versions
255
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.3 to 5.1.4

5

es/utils/strategyUtil.js

@@ -12,5 +12,8 @@ import { isCheckDisabled } from './valueUtil';

if (entity && entity.children && entity.children.every(function (_ref) {
if (entity && entity.children && entity.children.some(function (_ref) {
var node = _ref.node;
return valueSet.has(node[fieldNames.value]);
}) && entity.children.every(function (_ref2) {
var node = _ref2.node;
return isCheckDisabled(node) || valueSet.has(node[fieldNames.value]);
})) {

@@ -17,0 +20,0 @@ return false;

@@ -25,5 +25,8 @@ "use strict";

if (entity && entity.children && entity.children.every(function (_ref) {
if (entity && entity.children && entity.children.some(function (_ref) {
var node = _ref.node;
return valueSet.has(node[fieldNames.value]);
}) && entity.children.every(function (_ref2) {
var node = _ref2.node;
return (0, _valueUtil.isCheckDisabled)(node) || valueSet.has(node[fieldNames.value]);
})) {

@@ -30,0 +33,0 @@ return false;

2

package.json
{
"name": "rc-tree-select",
"version": "5.1.3",
"version": "5.1.4",
"description": "tree-select 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