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.3.1 to 4.1.0

react-mentions/lib/utils/applyChangeToValue.d.ts

10

react-mentions/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-mentions 3.3
// Type definitions for react-mentions 4.1
// Project: https://github.com/signavio/react-mentions

@@ -6,6 +6,5 @@ // Definitions by: Scott Willeke <https://github.com/activescott>

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.5
import * as React from "react";
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>;
export {};

@@ -50,2 +49,7 @@

inputRef?: React.Ref<HTMLTextAreaElement> | React.Ref<HTMLInputElement>;
/**
* This label would be exposed to screen readers when suggestion popup appears
* @default ''
*/
a11ySuggestionsListLabel?: string;
}

@@ -52,0 +56,0 @@

{
"name": "@types/react-mentions",
"version": "3.3.1",
"version": "4.1.0",
"description": "TypeScript definitions for react-mentions",

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

},
"typesPublisherContentHash": "3041ef715d9935ef09f5eb302f2ee4ab55e2e6ffd103d0dad74f9055fc5b252a",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "80587dbeb08dcc0f33f578796c416833a998faa59736eee5416399b2df284a57",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 28 Oct 2020 03:29:22 GMT
* Last updated: Sun, 07 Feb 2021 19:11:03 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