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

@types/react-speech-recognition

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-speech-recognition - npm Package Compare versions

Comparing version 3.1.0 to 3.6.0

5

react-speech-recognition/index.d.ts

@@ -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 @@

6

react-speech-recognition/package.json
{
"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

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