🚀 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.14

6

react-bootstrap-typeahead/index.d.ts

@@ -67,3 +67,3 @@ import * as React from "react";

inputClassName: string;
inputRef: React.LegacyRef<HTMLInputElement>;
inputRef: React.Ref<HTMLInputElement>;
onBlur: (e: React.SyntheticEvent) => void;

@@ -428,3 +428,3 @@ onChange: (selected: T[]) => void;

inputClassName?: string | undefined;
inputRef?: React.LegacyRef<HTMLInputElement> | undefined;
inputRef?: React.Ref<HTMLInputElement> | undefined;
inputStyle?: React.CSSProperties | undefined;

@@ -445,3 +445,3 @@ style: React.CSSProperties;

id: string;
innerRef?: React.LegacyRef<HTMLUListElement> | undefined;
innerRef?: React.Ref<HTMLUListElement> | undefined;
inputHeight?: number | undefined;

@@ -448,0 +448,0 @@ maxHeight?: string | undefined;

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

@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-typeahead",

},
"typesPublisherContentHash": "2bc0a7d28e6c3b36d3cee3bbe145375851f22279ba8accbb404792f06e810dc7",
"typesPublisherContentHash": "f349b51ca04d23bb3669793f71162b15aab3bfc4c241078a21d4b677a1a10531",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Mon, 04 Dec 2023 17:35:44 GMT
* Last updated: Fri, 01 Mar 2024 01:31:11 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@