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 3.0.0 to 3.0.1

5

react-mentions/index.d.ts

@@ -9,2 +9,5 @@ // Type definitions for react-mentions 3.0

type Omit<T, K> = Pick<T, Exclude<keyof T, K>>;
export {};
/**

@@ -23,3 +26,3 @@ * MentionsInput is the main component rendering the textarea control. It takes one or multiple Mention components as its children.

*/
export interface MentionsInputProps {
export interface MentionsInputProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'onChange' | 'onBlur' | 'onKeyDown' | 'onSelect'> {
/**

@@ -26,0 +29,0 @@ * If set to `true` a regular text input element will be rendered

4

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

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "cdf642e6976934b3067dc2cd20581aba52b4c7f10cbdb79ce1407d6af13c6329",
"typesPublisherContentHash": "36b1d1063b46f301da8336e61e452649ac69330f28ab063b8070fbf8e15755e5",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 01 May 2019 05:07:58 GMT
* Last updated: Wed, 15 May 2019 20:20:10 GMT
* Dependencies: @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