🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@types/react-bootstrap-typeahead

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-bootstrap-typeahead - npm Package Compare versions

Comparing version

to
3.1.0

14

react-bootstrap-typeahead/index.d.ts

@@ -1,5 +0,6 @@

// Type definitions for react-bootstrap-typeahead 2.3
// Type definitions for react-bootstrap-typeahead 3.1
// Project: https://github.com/ericgio/react-bootstrap-typeahead
// Definitions by: Guymestef <https://github.com/Guymestef>
// Rajab Shakirov <https://github.com/radziksh>
// Paito Anderson <https://github.com/PaitoAnderson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -78,4 +79,4 @@ // TypeScript Version: 2.6

/* Maximum height of the dropdown menu, in px. */
maxHeight?: number;
/* Maximum height of the dropdown menu. */
maxHeight?: string;

@@ -104,4 +105,4 @@ /* Maximum number of results to display by default. Mostly done for performance reasons

/* Invoked when the input value changes. Receives the string value of the input. */
onInputChange?: (input: string) => any;
/* Invoked when the input value changes. Receives the string value of the input, as well as the original event. */
onInputChange?: (input: string, e: Event) => any;

@@ -146,5 +147,2 @@ /* Invoked when a key is pressed. Receives an event. */

selectHintOnEnter?: boolean;
/* Propagate event to parent form. */
submitFormOnEnter?: boolean;
}

@@ -151,0 +149,0 @@

{
"name": "@types/react-bootstrap-typeahead",
"version": "2.3.0",
"version": "3.1.0",
"description": "TypeScript definitions for react-bootstrap-typeahead",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "radziksh"
},
{
"name": "Paito Anderson",
"url": "https://github.com/PaitoAnderson",
"githubUsername": "PaitoAnderson"
}

@@ -22,3 +27,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -29,4 +34,4 @@ "scripts": {},

},
"typesPublisherContentHash": "3d8818619be03eea81873ef0ea2825d2640c8eac197e28c9fb616e7c9b0eec2b",
"typesPublisherContentHash": "be55dc49fe4f72da61d0126a3d70d04aeed47def95e56882c27900a9450ed953",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-typeahead
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-typeahead
Additional Details
* Last updated: Tue, 13 Feb 2018 00:46:30 GMT
* Last updated: Fri, 01 Jun 2018 16:26:34 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Guymestef <https://github.com/Guymestef>, Rajab Shakirov <https://github.com/radziksh>.
These definitions were written by Guymestef <https://github.com/Guymestef>, Rajab Shakirov <https://github.com/radziksh>, Paito Anderson <https://github.com/PaitoAnderson>.