Socket
Socket
Sign inDemoInstall

@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.6.1 to 3.9.0

5

react-speech-recognition/index.d.ts

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

// Type definitions for react-speech-recognition 3.6
// Type definitions for react-speech-recognition 3.9
// Project: https://github.com/JamesBrill/react-speech-recognition#readme

@@ -26,2 +26,3 @@ // Definitions by: OleksandrYehorov <https://github.com/OleksandrYehorov>

browserSupportsSpeechRecognition(): boolean;
applyPolyfill(speechRecognitionPolyfill: any): void;
}

@@ -43,2 +44,4 @@

resetTranscript: () => void;
browserSupportsSpeechRecognition: boolean;
isMicrophoneAvailable: boolean;
};

@@ -45,0 +48,0 @@

6

react-speech-recognition/package.json
{
"name": "@types/react-speech-recognition",
"version": "3.6.1",
"version": "3.9.0",
"description": "TypeScript definitions for react-speech-recognition",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-speech-recognition",

"dependencies": {},
"typesPublisherContentHash": "4b578c20133a22f7a7c9f0284ff5237d0de8cf0f2db8e544808b95c6c34463f0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "f92efb089f1962835806557c3bc4525cd838c5076647f11a7aefbe82c1d3a773",
"typeScriptVersion": "3.8"
}

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

````ts
// Type definitions for react-speech-recognition 3.6
// Type definitions for react-speech-recognition 3.9
// Project: https://github.com/JamesBrill/react-speech-recognition#readme

@@ -37,2 +37,3 @@ // Definitions by: OleksandrYehorov <https://github.com/OleksandrYehorov>

browserSupportsSpeechRecognition(): boolean;
applyPolyfill(speechRecognitionPolyfill: any): void;
}

@@ -54,2 +55,4 @@

resetTranscript: () => void;
browserSupportsSpeechRecognition: boolean;
isMicrophoneAvailable: boolean;
};

@@ -64,3 +67,3 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:34 GMT
* Last updated: Sun, 26 Dec 2021 20:31:22 GMT
* Dependencies: none

@@ -67,0 +70,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