@tilde-nlp/asr-api-client
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -0,1 +1,2 @@ | ||
import { AsrClient } from "../asr-client.model"; | ||
import { RecognitionStatus } from "../enums"; | ||
@@ -30,3 +31,3 @@ import { SpeechRecognitionResult } from "../interfaces"; | ||
onStopped?: () => void; | ||
onRecordingStartStop?: (isRecording: boolean) => void; | ||
onRecordingStartStop?: (isRecording: boolean, context: AsrClient) => void; | ||
} |
{ | ||
"name": "@tilde-nlp/asr-api-client", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Library with services for communicating with Tilde TSP platform", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25615
143