New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rc-select

Package Overview
Dependencies
Maintainers
0
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-select - npm Package Compare versions

Comparing version 14.16.4 to 14.16.5

4

es/Selector/MultipleSelector.js

@@ -126,2 +126,6 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

var renderRest = function renderRest(omittedValues) {
// https://github.com/ant-design/ant-design/issues/48930
if (!values.length) {
return null;
}
var content = typeof maxTagPlaceholder === 'function' ? maxTagPlaceholder(omittedValues) : maxTagPlaceholder;

@@ -128,0 +132,0 @@ return typeof tagRender === 'function' ? customizeRenderSelector(undefined, content, false, false, undefined, true) : defaultRenderSelector({

@@ -136,2 +136,6 @@ "use strict";

var renderRest = function renderRest(omittedValues) {
// https://github.com/ant-design/ant-design/issues/48930
if (!values.length) {
return null;
}
var content = typeof maxTagPlaceholder === 'function' ? maxTagPlaceholder(omittedValues) : maxTagPlaceholder;

@@ -138,0 +142,0 @@ return typeof tagRender === 'function' ? customizeRenderSelector(undefined, content, false, false, undefined, true) : defaultRenderSelector({

4

package.json
{
"name": "rc-select",
"version": "14.16.4",
"version": "14.16.5",
"description": "React Select",

@@ -37,3 +37,3 @@ "engines": {

"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile ",
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch 14.x",
"prettier": "prettier --write --ignore-unknown .",

@@ -40,0 +40,0 @@ "lint": "eslint src/ docs/ tests/ --ext .tsx,.ts,.jsx,.js",

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