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

react-native-select-dropdown-menu

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-select-dropdown-menu - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "react-native-select-dropdown-menu",
"version": "2.0.7",
"version": "2.0.8",
"description": "react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.",

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

@@ -252,3 +252,3 @@ import React, {forwardRef, useEffect, useImperativeHandle, useRef, useState} from 'react';

}}>
{!data || data.length == 0 ? (
{!data ? (
<View style={styles.dropdownActivityIndicatorView}>

@@ -255,0 +255,0 @@ <ActivityIndicator size="small" color={'#999999'} />

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