@types/react-speech-recognition
Advanced tools
Comparing version 3.1.0 to 3.6.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-speech-recognition 3.1 | ||
// Type definitions for react-speech-recognition 3.6 | ||
// Project: https://github.com/JamesBrill/react-speech-recognition#readme | ||
@@ -7,3 +7,3 @@ // Definitions by: OleksandrYehorov <https://github.com/OleksandrYehorov> | ||
interface Command { | ||
command: string | RegExp; | ||
command: string | string[] | RegExp; | ||
callback: (...args: any[]) => unknown; | ||
@@ -13,2 +13,3 @@ isFuzzyMatch?: boolean; | ||
fuzzyMatchingThreshold?: number; | ||
bestMatchOnly?: boolean; | ||
} | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "@types/react-speech-recognition", | ||
"version": "3.1.0", | ||
"version": "3.6.0", | ||
"description": "TypeScript definitions for react-speech-recognition", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ed28e540aa0d53bb0ae91deb136d032547915754cacadc80609d9145c739e48f", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "85482282bfaaca71d1b11b8f01092b97b72eaf6b0238714dd7310466bbdfefd7", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 13 Aug 2020 19:18:28 GMT | ||
* Last updated: Wed, 13 Jan 2021 16:37:31 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3783
39