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.6.3 to 1.6.4

2

package.json
{
"name": "multiselect-react-dropdown",
"version": "1.6.3",
"version": "1.6.4",
"description": "React multiselect dropdown component with search and various features",

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

@@ -234,3 +234,3 @@ import React from "react";

let { selectedValues, index = 0, isObject } = this.state;
const { onRemove, showCheckbox } = this.props;
const { onRemove, showCheckbox, displayValue } = this.props;
if (isObject) {

@@ -237,0 +237,0 @@ index = selectedValues.findIndex(

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