Socket
Socket
Sign inDemoInstall

multiselect-react-dropdown

Package Overview
Dependencies
4
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

6

dist/multiselect/interface.d.ts

@@ -12,6 +12,6 @@ import React from "react";

groupBy?: "";
style?: {};
style?: object;
emptyRecordMsg?: string;
onSelect?: (selectedList: any, selectedItem: any) => {};
onRemove?: (selectedList: any, selectedItem: any) => {};
onSelect?: (selectedList: any, selectedItem: any) => void;
onRemove?: (selectedList: any, selectedItem: any) => void;
closeIcon?: string;

@@ -18,0 +18,0 @@ singleSelect?: boolean;

{
"name": "multiselect-react-dropdown",
"version": "2.0.1",
"version": "2.0.2",
"description": "React multiselect dropdown component with search and various features",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc