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

search-multiple-select

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

search-multiple-select - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "search-multiple-select",
"version": "1.0.0",
"version": "1.0.1",
"description": "searchable multiple select react component",

@@ -5,0 +5,0 @@ "author": "Nazeh-Taha",

@@ -24,4 +24,9 @@ # search-multiple-select

class Example extends Component {
// the callback. Use a better name
const getOptionsData = (data) => {
console.log(data); // print option data - to test
};
render() {
return <MyComponent />
return <MyComponent options={['']} getOptionsData={getOptionsData}/>
}

@@ -28,0 +33,0 @@ }

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