🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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
5.1.5

9

react-bootstrap-typeahead/index.d.ts

@@ -319,3 +319,10 @@ // Type definitions for react-bootstrap-typeahead 5.1

export class AsyncTypeahead<T extends TypeaheadModel> extends React.Component<AsyncTypeaheadProps<T>> {}
export class AsyncTypeahead<T extends TypeaheadModel> extends React.Component<AsyncTypeaheadProps<T>> {
blur: () => void;
clear: () => void;
focus: () => void;
getInput: () => HTMLInputElement;
hideMenu: () => void;
toggleMenu: () => void;
}

@@ -322,0 +329,0 @@ /* ---------------------------------------------------------------------------

7

react-bootstrap-typeahead/package.json
{
"name": "@types/react-bootstrap-typeahead",
"version": "5.1.4",
"version": "5.1.5",
"description": "TypeScript definitions for react-bootstrap-typeahead",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-typeahead",
"license": "MIT",

@@ -54,4 +55,4 @@ "contributors": [

},
"typesPublisherContentHash": "a6ac6cd263c9e8965ad42232b3afdf434d9aedff47b9ccac6b113f624d42e568",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "55b198fc74c97f29db8a3ad2b69e18be391bd4d4c965ffcb137d7607c5b31350",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 26 Mar 2021 00:31:09 GMT
* Last updated: Tue, 01 Jun 2021 22:01:31 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none