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

rc-select

Package Overview
Dependencies
Maintainers
9
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 14.8.0 to 14.8.1

2

es/Selector/Input.js

@@ -51,3 +51,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

'aria-label': 'Search',
'aria-expanded': open,
'aria-expanded': open || false,
'aria-haspopup': 'listbox',

@@ -54,0 +54,0 @@ 'aria-owns': "".concat(id, "_list"),

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

'aria-label': 'Search',
'aria-expanded': open,
'aria-expanded': open || false,
'aria-haspopup': 'listbox',

@@ -64,0 +64,0 @@ 'aria-owns': "".concat(id, "_list"),

{
"name": "rc-select",
"version": "14.8.0",
"version": "14.8.1",
"description": "React Select",

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

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