Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-mentions

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-mentions - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

2

react-mentions/index.d.ts

@@ -127,2 +127,2 @@ // Type definitions for react-mentions 4.1

*/
export type DataFunc = (query: string, callback: (data: SuggestionDataItem[]) => void) => void | SuggestionDataItem[];
export type DataFunc = (query: string, callback: (data: SuggestionDataItem[]) => void) => Promise<void> | void | Promise<SuggestionDataItem[]> | SuggestionDataItem[];
{
"name": "@types/react-mentions",
"version": "4.1.3",
"version": "4.1.4",
"description": "TypeScript definitions for react-mentions",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-mentions",

},
"typesPublisherContentHash": "9dc71672f4201b33613b5c938536f5df83263525d61219c2d17428724ec81b8f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "84fe7fe1ef3a76c17b2e6bfb5a240e5475d8ab57b64bb8cd99c3e0ee1a26f098",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Fri, 16 Jul 2021 00:31:27 GMT
* Last updated: Mon, 20 Sep 2021 16:01:22 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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

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