New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-element-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-element-dropdown - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "react-native-element-dropdown",
"title": "React Native Element Dropdown",
"version": "1.6.0",
"version": "1.6.1",
"description": "A react-native dropdown component easy to customize for both iOS and Android.",

@@ -6,0 +6,0 @@ "main": "index.ts",

@@ -47,3 +47,3 @@ ## react-native-element-dropdown

| search | Boolean | No | Show or hide input search |
| searchQurey | (keyword: string, labelValue: string) => Boolean| No | Callback used to filter the list of items |
| searchQuery | (keyword: string, labelValue: string) => Boolean| No | Callback used to filter the list of items |
| inputSearchStyle | ViewStyle | No | Styling for input search |

@@ -86,3 +86,3 @@ | searchPlaceholder | String | No | The string that will be rendered before text input has been entered |

| search | Boolean | No | Show or hide input search |
| searchQurey | (keyword: string, labelValue: string) => Boolean | No | Callback used to filter the list of items |
| searchQuery | (keyword: string, labelValue: string) => Boolean | No | Callback used to filter the list of items |
| inputSearchStyle | ViewStyle | No | Styling for input search |

@@ -89,0 +89,0 @@ | searchPlaceholder | String | No | The string that will be rendered before text input has been entered |

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