Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-tree-select

Package Overview
Dependencies
Maintainers
7
Versions
264
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.0.0-alpha.3 to 5.0.0-alpha.4

2

es/utils/strategyUtil.js

@@ -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": [

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