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

rc-cascader

Package Overview
Dependencies
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-cascader - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

8

es/OptionList/Column.js

@@ -89,4 +89,8 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

var triggerOpenPath = function triggerOpenPath() {
if (!disabled && (!hoverOpen || !isMergedLeaf)) {
onActive(fullPath);
if (!disabled) {
var nextValueCells = _toConsumableArray(fullPath);
if (hoverOpen && isMergedLeaf) {
nextValueCells.pop();
}
onActive(nextValueCells);
}

@@ -93,0 +97,0 @@ };

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

var triggerOpenPath = function triggerOpenPath() {
if (!disabled && (!hoverOpen || !isMergedLeaf)) {
onActive(fullPath);
if (!disabled) {
var nextValueCells = (0, _toConsumableArray2.default)(fullPath);
if (hoverOpen && isMergedLeaf) {
nextValueCells.pop();
}
onActive(nextValueCells);
}

@@ -105,0 +109,0 @@ };

{
"name": "rc-cascader",
"version": "3.9.0",
"version": "3.9.1",
"description": "cascade select ui component for react",

@@ -45,3 +45,3 @@ "keywords": [

"@rc-component/father-plugin": "^1.0.0",
"@rc-component/trigger": "^1.4.0",
"@rc-component/trigger": "^1.5.0",
"@testing-library/react": "^12.1.5",

@@ -48,0 +48,0 @@ "@types/classnames": "^2.2.6",

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