New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rc-component/select

Package Overview
Dependencies
Maintainers
5
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rc-component/select - npm Package Compare versions

Comparing version
1.6.7
to
1.6.8
+1
-1
es/SelectInput/Content/SingleContent.js

@@ -84,3 +84,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

return /*#__PURE__*/React.createElement("div", {
className: clsx(`${prefixCls}-content`, displayValue && displayValue.label && `${prefixCls}-content-has-value`, mergedSearchValue && `${prefixCls}-content-has-search-value`, hasOptionStyle && `${prefixCls}-content-has-option-style`, classNames?.content),
className: clsx(`${prefixCls}-content`, displayValue && displayValue.label !== null && displayValue.label !== undefined && displayValue.label !== '' && `${prefixCls}-content-has-value`, mergedSearchValue && `${prefixCls}-content-has-search-value`, hasOptionStyle && `${prefixCls}-content-has-option-style`, classNames?.content),
style: styles?.content,

@@ -87,0 +87,0 @@ title: hasOptionStyle ? undefined : optionTitle

@@ -93,3 +93,3 @@ "use strict";

return /*#__PURE__*/React.createElement("div", {
className: (0, _clsx.clsx)(`${prefixCls}-content`, displayValue && displayValue.label && `${prefixCls}-content-has-value`, mergedSearchValue && `${prefixCls}-content-has-search-value`, hasOptionStyle && `${prefixCls}-content-has-option-style`, classNames?.content),
className: (0, _clsx.clsx)(`${prefixCls}-content`, displayValue && displayValue.label !== null && displayValue.label !== undefined && displayValue.label !== '' && `${prefixCls}-content-has-value`, mergedSearchValue && `${prefixCls}-content-has-search-value`, hasOptionStyle && `${prefixCls}-content-has-option-style`, classNames?.content),
style: styles?.content,

@@ -96,0 +96,0 @@ title: hasOptionStyle ? undefined : optionTitle

{
"name": "@rc-component/select",
"version": "1.6.7",
"version": "1.6.8",
"description": "React Select",

@@ -5,0 +5,0 @@ "engines": {