Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
2
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

10

lib/TreeNode.js

@@ -64,6 +64,4 @@ 'use strict';

value: function renderSwitcher(props, expandedState) {
var _switcherCls;
var prefixCls = props.prefixCls;
var switcherCls = (_switcherCls = {}, _defineProperty(_switcherCls, prefixCls + '-button', true), _defineProperty(_switcherCls, prefixCls + '-switcher', true), _switcherCls);
var switcherCls = _defineProperty({}, prefixCls + '-switcher', true);
if (props.disabled) {

@@ -89,6 +87,4 @@ switcherCls[prefixCls + '-switcher-disabled'] = true;

value: function renderCheckbox(props) {
var _checkboxCls;
var prefixCls = props.prefixCls;
var checkboxCls = (_checkboxCls = {}, _defineProperty(_checkboxCls, prefixCls + '-button', true), _defineProperty(_checkboxCls, prefixCls + '-checkbox', true), _checkboxCls);
var checkboxCls = _defineProperty({}, prefixCls + '-checkbox', true);
if (!props.checkable) {

@@ -152,3 +148,3 @@ return null;

var iconEleCls = (_iconEleCls = {}, _defineProperty(_iconEleCls, prefixCls + '-button', true), _defineProperty(_iconEleCls, prefixCls + '-iconEle', true), _defineProperty(_iconEleCls, prefixCls + '-icon__' + expandedState, true), _iconEleCls);
var iconEleCls = (_iconEleCls = {}, _defineProperty(_iconEleCls, prefixCls + '-iconEle', true), _defineProperty(_iconEleCls, prefixCls + '-icon__' + expandedState, true), _iconEleCls);

@@ -155,0 +151,0 @@ var content = props.title;

{
"name": "rc-tree",
"version": "0.14.2",
"version": "0.14.3",
"description": "tree ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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