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

rc-select

Package Overview
Dependencies
Maintainers
2
Versions
469
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 3.3.2 to 3.3.3

5

lib/Select.js

@@ -391,3 +391,4 @@ 'use strict';

{ className: joinClasses(prefixCls + '-search', prefixCls + '-search--inline') },
input
input,
React.createElement('i', { className: 'anticon anticon-search' })
)

@@ -501,3 +502,3 @@ );

filterOption: true,
allowClear: true,
allowClear: false,
onChange: noop,

@@ -504,0 +505,0 @@ onSelect: noop,

2

package.json
{
"name": "rc-select",
"version": "3.3.2",
"version": "3.3.3",
"description": "select ui component for react",

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

@@ -113,3 +113,3 @@ # rc-select

<td></td>
<td>true</td>
<td>false</td>
<td></td>

@@ -188,3 +188,3 @@ </tr>

online example: http://react-component.github.io/select/build/examples/
online example: http://react-component.github.io/select/examples/

@@ -191,0 +191,0 @@ ## Test Case

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