Socket
Socket
Sign inDemoInstall

rc-tree-select

Package Overview
Dependencies
Maintainers
6
Versions
259
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 4.6.2 to 4.6.3

2

lib/hooks/useKeyValueMapping.js

@@ -8,4 +8,4 @@ "use strict";

});
exports.default = useKeyValueMapping;
exports.isDisabled = isDisabled;
exports.default = useKeyValueMapping;

@@ -12,0 +12,0 @@ var React = _interopRequireWildcard(require("react"));

@@ -8,8 +8,2 @@ "use strict";

});
Object.defineProperty(exports, "TreeNode", {
enumerable: true,
get: function get() {
return _TreeNode.default;
}
});
Object.defineProperty(exports, "SHOW_ALL", {

@@ -33,2 +27,8 @@ enumerable: true,

});
Object.defineProperty(exports, "TreeNode", {
enumerable: true,
get: function get() {
return _TreeNode.default;
}
});
exports.default = void 0;

@@ -35,0 +35,0 @@

@@ -11,4 +11,4 @@ "use strict";

exports.convertChildrenToData = convertChildrenToData;
exports.fillAdditionalInfo = fillAdditionalInfo;
exports.fillLegacyProps = fillLegacyProps;
exports.fillAdditionalInfo = fillAdditionalInfo;

@@ -15,0 +15,0 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));

@@ -6,4 +6,4 @@ "use strict";

});
exports.SHOW_PARENT = exports.SHOW_CHILD = exports.SHOW_ALL = void 0;
exports.formatStrategyKeys = formatStrategyKeys;
exports.SHOW_CHILD = exports.SHOW_PARENT = exports.SHOW_ALL = void 0;

@@ -10,0 +10,0 @@ var _valueUtil = require("./valueUtil");

@@ -8,12 +8,12 @@ "use strict";

});
exports.toArray = toArray;
exports.addValue = addValue;
exports.fillFieldNames = fillFieldNames;
exports.filterOptions = filterOptions;
exports.findValueOption = findValueOption;
exports.isValueDisabled = isValueDisabled;
exports.isCheckDisabled = isCheckDisabled;
exports.flattenOptions = flattenOptions;
exports.filterOptions = filterOptions;
exports.getRawValueLabeled = getRawValueLabeled;
exports.addValue = addValue;
exports.isCheckDisabled = isCheckDisabled;
exports.isValueDisabled = isValueDisabled;
exports.removeValue = removeValue;
exports.toArray = toArray;

@@ -20,0 +20,0 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));

{
"name": "rc-tree-select",
"version": "4.6.2",
"version": "4.6.3",
"description": "tree-select ui component for react",

@@ -73,4 +73,4 @@ "keywords": [

"rc-tree": "~5.2.0",
"rc-util": "^5.0.5"
"rc-util": "^5.7.0"
}
}
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