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

react-native-dropdown-select

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.4 to 1.0.5

2

lib/DropdownBox.js

@@ -260,3 +260,3 @@ /**

<View style={styles.modal}>
<View style={[styles.dropdown, dropdownStyle, frameStyle]}>
<View style={[styles.dropdown, multiple ? {} : {position: 'absolute'}, dropdownStyle, frameStyle]}>
{loading ? this._renderLoading() : this._renderDropdown()}

@@ -263,0 +263,0 @@ </View>

{
"name": "react-native-dropdown-select",
"version": "1.0.4",
"version": "1.0.5",
"description": "下拉框组件",

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

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