Socket
Socket
Sign inDemoInstall

react-select

Package Overview
Dependencies
Maintainers
5
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select - npm Package Compare versions

Comparing version 5.5.1 to 5.5.2

2

animated/dist/react-select.cjs.dev.js

@@ -360,3 +360,3 @@ 'use strict';

style: index$1._objectSpread2(index$1._objectSpread2({}, innerProps === null || innerProps === void 0 ? void 0 : innerProps.style), {}, {
display: cssDisplayFlex ? 'flex' : 'grid'
display: isMulti && hasValue || cssDisplayFlex ? 'flex' : 'grid'
})

@@ -363,0 +363,0 @@ });

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

style: index$1._objectSpread2(index$1._objectSpread2({}, null == innerProps ? void 0 : innerProps.style), {}, {
display: cssDisplayFlex ? "flex" : "grid"
display: isMulti && hasValue || cssDisplayFlex ? "flex" : "grid"
})

@@ -191,0 +191,0 @@ });

@@ -326,3 +326,3 @@ import { a as _objectSpread2, _ as _createSuper, G as defaultComponents } from '../../dist/index-1d4d7c74.esm.js';

style: _objectSpread2(_objectSpread2({}, innerProps === null || innerProps === void 0 ? void 0 : innerProps.style), {}, {
display: cssDisplayFlex ? 'flex' : 'grid'
display: isMulti && hasValue || cssDisplayFlex ? 'flex' : 'grid'
})

@@ -329,0 +329,0 @@ });

{
"name": "react-select",
"version": "5.5.1",
"version": "5.5.2",
"description": "A Select control built with and for ReactJS",

@@ -5,0 +5,0 @@ "main": "dist/react-select.cjs.js",

Sorry, the diff of this file is too big to display

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