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 2.3.0 to 2.4.0

7

react-mentions/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for react-mentions 2.3
// Type definitions for react-mentions 2.4
// Project: https://github.com/signavio/react-mentions
// Definitions by: Scott Willeke <https://github.com/activescott>
// Eugene Fedorenko <https://github.com/efedorenko>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -44,2 +45,3 @@ // TypeScript Version: 2.8

suggestionsPortalHost?: Element;
inputRef?: React.RefObject<HTMLTextAreaElement> | React.RefObject<HTMLInputElement>;
}

@@ -51,2 +53,5 @@

export interface MentionsInputComponentUnrwapped extends React.Component<MentionsInputProps> {
/**
* @deprecated since version 2.4.0. Please use @see MentionsInputProps.inputRef
*/
inputRef?: HTMLInputElement | HTMLTextAreaElement;

@@ -53,0 +58,0 @@ }

11

react-mentions/package.json
{
"name": "@types/react-mentions",
"version": "2.3.0",
"version": "2.4.0",
"description": "TypeScript definitions for react-mentions",

@@ -11,6 +11,11 @@ "license": "MIT",

"githubUsername": "activescott"
},
{
"name": "Eugene Fedorenko",
"url": "https://github.com/efedorenko",
"githubUsername": "efedorenko"
}
],
"main": "",
"types": "",
"types": "index",
"repository": {

@@ -24,4 +29,4 @@ "type": "git",

},
"typesPublisherContentHash": "4171578e55d84872229c81f65eb55e0dd0b79303c6460b7dc5e5d8a320fbdcf4",
"typesPublisherContentHash": "c511b637fd122920d81dfc186ae5755cd74577ca87db9ccf309dcdd86d75f24b",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-mentions (https://github.com/signavio/react-mentions).
This package contains type definitions for react-mentions ( https://github.com/signavio/react-mentions ).

@@ -12,7 +12,7 @@ # Details

Additional Details
* Last updated: Tue, 16 Oct 2018 16:50:00 GMT
* Dependencies: react
* Last updated: Thu, 24 Jan 2019 23:28:40 GMT
* Dependencies: @types/react
* Global values: none
# Credits
These definitions were written by Scott Willeke <https://github.com/activescott>.
These definitions were written by Scott Willeke <https://github.com/activescott>, Eugene Fedorenko <https://github.com/efedorenko>.
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