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.1.0 to 2.1.1

6

index.d.ts

@@ -1,3 +0,2 @@

import type * as React from 'react';
import {StyleProp, TextStyle, ViewStyle} from 'react-native';
import {StyleProp, TextStyle, ViewStyle, KeyboardTypeOptions} from 'react-native';

@@ -132,3 +131,4 @@ declare module 'react-native-select-dropdown-menu' {

onSearchTextChange?: (text: string) => void;
loading?: boolean
loading?: boolean;
keyboardType?: KeyboardTypeOptions;
};

@@ -135,0 +135,0 @@

{
"name": "react-native-select-dropdown-menu",
"version": "2.1.0",
"version": "2.1.1",
"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",

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