Socket
Socket
Sign inDemoInstall

@types/react-native-modal-dropdown

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

4

react-native-modal-dropdown/index.d.ts

@@ -35,4 +35,4 @@ // Type definitions for react-native-modal-dropdown 0.6

renderButtonText?: (text: any) => any;
onDropdownWillShow?: () => boolean;
onDropdownWillHide?: () => boolean;
onDropdownWillShow?: () => any;
onDropdownWillHide?: () => any;
onSelect?: (index: number, option: any) => void;

@@ -39,0 +39,0 @@ accessible?: boolean;

{
"name": "@types/react-native-modal-dropdown",
"version": "0.6.1",
"version": "0.6.2",
"description": "TypeScript definitions for react-native-modal-dropdown",

@@ -14,6 +14,7 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-native-modal-dropdown"
},

@@ -24,4 +25,4 @@ "scripts": {},

},
"typesPublisherContentHash": "99302952860dcf87fcf7b64226452f481597e8596324834536ba1ecab37b50eb",
"typesPublisherContentHash": "bdde18d674b65379bb7b39b9233248608390950df1dfe78f7b298142e760a90b",
"typeScriptVersion": "2.8"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for react-native-modal-dropdown ( https://github.com/sohobloo/react-native-modal-dropdown ).
This package contains type definitions for react-native-modal-dropdown (https://github.com/sohobloo/react-native-modal-dropdown).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-modal-dropdown
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-modal-dropdown.
Additional Details
* Last updated: Wed, 06 Feb 2019 23:30:55 GMT
* Dependencies: @types/react
### Additional Details
* Last updated: Fri, 13 Mar 2020 23:45:28 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* Global values: none
# Credits
These definitions were written by Carlos Li <https://github.com/echoulen>.
These definitions were written by [Carlos Li](https://github.com/echoulen).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc