rc-tree-select
Advanced tools
Comparing version 5.0.0-alpha.3 to 5.0.0-alpha.4
@@ -14,3 +14,3 @@ import { isCheckDisabled } from './valueUtil'; | ||
var node = _ref.node; | ||
return isCheckDisabled(node) || valueSet.has(node[fieldNames.value]); | ||
return valueSet.has(node[fieldNames.value]); | ||
})) { | ||
@@ -17,0 +17,0 @@ return false; |
@@ -27,3 +27,3 @@ "use strict"; | ||
var node = _ref.node; | ||
return (0, _valueUtil.isCheckDisabled)(node) || valueSet.has(node[fieldNames.value]); | ||
return valueSet.has(node[fieldNames.value]); | ||
})) { | ||
@@ -30,0 +30,0 @@ return false; |
{ | ||
"name": "rc-tree-select", | ||
"version": "5.0.0-alpha.3", | ||
"version": "5.0.0-alpha.4", | ||
"description": "tree-select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145719
77
1