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

react-select-plus

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-plus - npm Package Compare versions

Comparing version 1.0.0-rc.3.patch7 to 1.0.0-rc.3.patch9

yarn.lock

8

lib/Select.js

@@ -53,2 +53,6 @@ /*!

var _utilsStripDiacritics = require('./utils/stripDiacritics');
var _utilsStripDiacritics2 = _interopRequireDefault(_utilsStripDiacritics);
var _Async = require('./Async');

@@ -249,3 +253,3 @@

isFocused: false,
isOpen: false,
isOpen: this.props.isOpen != null ? this.props.isOpen : false,
isPseudoFocused: false,

@@ -1362,3 +1366,5 @@ required: false

Select.stripDiacritics = _utilsStripDiacritics2['default'];
exports['default'] = Select;
module.exports = exports['default'];

2

package.json
{
"name": "react-select-plus",
"version": "1.0.0-rc.3.patch7",
"version": "1.0.0-rc.3.patch9",
"description": "A fork of react-select with support for option groups",

@@ -5,0 +5,0 @@ "main": "lib/Select.js",

@@ -16,2 +16,3 @@ /*!

import defaultClearRenderer from './utils/defaultClearRenderer';
import stripDiacritics from './utils/stripDiacritics';

@@ -196,3 +197,3 @@ import Async from './Async';

isFocused: false,
isOpen: false,
isOpen: this.props.isOpen != null ? this.props.isOpen : false,
isPseudoFocused: false,

@@ -1252,2 +1253,4 @@ required: false,

Select.stripDiacritics = stripDiacritics;
export default Select;

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