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

rc-tree-select

Package Overview
Dependencies
Maintainers
2
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 1.5.0 to 1.5.1

5

lib/Select.js

@@ -732,3 +732,6 @@ 'use strict';

}
props.onChange(this.getVLForOnChange(value), ex);
var labs = props.labelInValue ? null : value.map(function (i) {
return i.label;
});
props.onChange(this.getVLForOnChange(value), labs, ex);
}

@@ -735,0 +738,0 @@ },

2

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