New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dustin-h/speech-recognition

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dustin-h/speech-recognition - npm Package Compare versions

Comparing version

to
0.0.9

4

dist/esm/definitions.d.ts

@@ -12,3 +12,3 @@ declare module "@capacitor/core" {

start(options?: UtteranceOptions): Promise<{
matches: String[];
matches: string[];
}>;

@@ -24,3 +24,3 @@ stop(): Promise<void>;

addListener(eventName: Listeners, callback: (data: {
matches: String[];
matches: string[];
}) => void): void;

@@ -27,0 +27,0 @@ }

@@ -9,3 +9,3 @@ import { WebPlugin } from "@capacitor/core";

start(_options?: UtteranceOptions): Promise<{
matches: String[];
matches: string[];
}>;

@@ -12,0 +12,0 @@ stop(): Promise<void>;

{
"name": "@dustin-h/speech-recognition",
"version": "0.0.8",
"version": "0.0.9",
"description": "A native plugin for speech recognition",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",