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

multiselect-react-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiselect-react-dropdown - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "multiselect-react-dropdown",
"version": "1.0.2",
"version": "1.0.3",
"description": "React multiselect dropdown",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -307,3 +307,3 @@ import React, { Component } from "react";

isDisablePreSelectedValues(value) {
const { isObject, disablePreSelectedValues } = this.props;
const { isObject, disablePreSelectedValues, displayValue } = this.props;
const { preSelectedValues } = this.state;

@@ -329,3 +329,3 @@ if (!disablePreSelectedValues || !preSelectedValues.length) {

if (selectionLimit !== selectedValues.length) {
if (selectionLimit != selectedValues.length) {
return false;

@@ -332,0 +332,0 @@ }

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

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