Socket
Socket
Sign inDemoInstall

@types/dom-speech-recognition

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0 to 0.0.1

9

dom-speech-recognition/index.d.ts

@@ -135,1 +135,10 @@ // Type definitions for non-npm package dom-speech-recognition-browser 0.0

declare var SpeechGrammarList: { prototype: SpeechGrammarList; new (): SpeechGrammarList };
// prefixed global variables in Chrome; should match the equivalents above
// https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API#chrome_support
declare var webkitSpeechRecognition: { prototype: SpeechRecognition; new (): SpeechRecognition; };
declare var webkitSpeechGrammarList: { prototype: SpeechGrammarList; new (): SpeechGrammarList; };
declare var webkitSpeechRecognitionEvent: {
prototype: SpeechRecognitionEvent;
new (type: string, eventInitDict: SpeechRecognitionEventInit): SpeechRecognitionEvent;
};

4

dom-speech-recognition/package.json
{
"name": "@types/dom-speech-recognition",
"version": "0.0.0",
"version": "0.0.1",
"description": "TypeScript definitions for dom-speech-recognition-browser",

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

"dependencies": {},
"typesPublisherContentHash": "6c82dea24a4a9bc9dee43b564e44e7abdca186ecb09d0d61274f92c0848f0924",
"typesPublisherContentHash": "fb4528f6338a0c242e16a3b3464b8710f1a82e2974739a8413827ae47e1275a0",
"typeScriptVersion": "4.4"
}

@@ -11,7 +11,7 @@ # Installation

### Additional Details
* Last updated: Sat, 13 Nov 2021 17:31:31 GMT
* Last updated: Wed, 26 Jan 2022 15:01:27 GMT
* Dependencies: none
* Global values: `SpeechGrammar`, `SpeechGrammarList`, `SpeechRecognition`, `SpeechRecognitionErrorEvent`, `SpeechRecognitionEvent`
* Global values: `SpeechGrammar`, `SpeechGrammarList`, `SpeechRecognition`, `SpeechRecognitionErrorEvent`, `SpeechRecognitionEvent`, `webkitSpeechGrammarList`, `webkitSpeechRecognition`, `webkitSpeechRecognitionEvent`
# Credits
These definitions were written by [Hana Joo](https://github.com/h-joo), [Jan Kuehle](https://github.com/frigus02), and [Martin Probst](https://github.com/mprobst).
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