New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.patch11 to 1.0.0-rc.3.patch12

2

lib/Async.js

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

var propertiesToSync = ['options'];
var propertiesToSync = ['isLoading', 'options'];
propertiesToSync.forEach(function (prop) {

@@ -103,0 +103,0 @@ if (_this.props[prop] !== nextProps[prop]) {

{
"name": "react-select-plus",
"version": "1.0.0-rc.3.patch11",
"version": "1.0.0-rc.3.patch12",
"description": "A fork of react-select with support for option groups",

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

@@ -71,3 +71,3 @@ import React, { Component, PropTypes } from 'react';

componentWillUpdate (nextProps, nextState) {
const propertiesToSync = ['options'];
const propertiesToSync = ['isLoading', 'options'];
propertiesToSync.forEach((prop) => {

@@ -74,0 +74,0 @@ if (this.props[prop] !== nextProps[prop]) {

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