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

@speechly/react-client

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speechly/react-client - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

dist/context.js

@@ -43,3 +43,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -46,0 +46,0 @@ if (y = 0, t) op = [op[0] & 2, t.value];

@@ -7,3 +7,3 @@ import { Word, Entity, Intent } from '@speechly/browser-client';

*/
export declare type TentativeSpeechTranscript = {
export type TentativeSpeechTranscript = {
contextId: string;

@@ -18,3 +18,3 @@ segmentId: number;

*/
export declare type SpeechTranscript = {
export type SpeechTranscript = {
contextId: string;

@@ -28,3 +28,3 @@ segmentId: number;

*/
export declare type TentativeSpeechEntities = {
export type TentativeSpeechEntities = {
contextId: string;

@@ -38,3 +38,3 @@ segmentId: number;

*/
export declare type SpeechEntity = {
export type SpeechEntity = {
contextId: string;

@@ -48,3 +48,3 @@ segmentId: number;

*/
export declare type TentativeSpeechIntent = {
export type TentativeSpeechIntent = {
contextId: string;

@@ -58,3 +58,3 @@ segmentId: number;

*/
export declare type SpeechIntent = {
export type SpeechIntent = {
contextId: string;

@@ -61,0 +61,0 @@ segmentId: number;

{
"name": "@speechly/react-client",
"version": "2.2.1",
"description": "React client for Speechly SLU API",
"version": "2.2.2",
"description": "React client for Speechly Streaming API",
"keywords": [

@@ -45,3 +45,3 @@ "react",

"bugs": {
"url": "https://github.com/speechly/react-client/issues"
"url": "https://github.com/speechly/speechly/issues"
},

@@ -53,3 +53,3 @@ "main": "./dist/index.js",

"dependencies": {
"@speechly/browser-client": "^2.6.2"
"@speechly/browser-client": "^2.6.3"
},

@@ -56,0 +56,0 @@ "peerDependencies": {

<div align="center" markdown="1">
<a href="https://www.speechly.com">
<img src="https://d33wubrfki0l68.cloudfront.net/f15fc952956e1952d6bd23661b7a7ee6b775faaa/c1b30/img/speechly-logo-duo-black.svg" height="48" />
</a>
<br/>
### Real-time automatic speech recognition and natural language understanding tools in one flexible API
![speechly-logo-duo-black](https://user-images.githubusercontent.com/2579244/193574443-130d16d6-76f1-4401-90f2-0ed753b39bc0.svg)
[Website](https://www.speechly.com/)
&ensp;|&ensp;
&ensp;&middot;&ensp;
[Docs](https://docs.speechly.com/)
&ensp;|&ensp;
[Discussions](https://github.com/speechly/speechly/discussions)
&ensp;|&ensp;
&ensp;&middot;&ensp;
[Support](https://github.com/speechly/speechly/discussions)
&ensp;&middot;&ensp;
[Blog](https://www.speechly.com/blog/)
&ensp;|&ensp;
[Podcast](https://anchor.fm/the-speechly-podcast)
&ensp;&middot;&ensp;
[Login](https://api.speechly.com/dashboard/)
---
<br/>
</div>
# React client for Speechly SLU API
# Speechly React Client
![Release build](https://github.com/speechly/react-client/workflows/Release%20build/badge.svg)
[![npm version](https://badge.fury.io/js/%40speechly%2Freact-client.svg)](https://badge.fury.io/js/%40speechly%2Freact-client)
[![License](http://img.shields.io/:license-mit-blue.svg)](LICENSE)
![build](https://img.shields.io/github/actions/workflow/status/speechly/speechly/build.yaml?branch=main&logo=github)
[![npm](https://img.shields.io/npm/v/@speechly/react-client?color=cb3837&logo=npm)](https://www.npmjs.com/package/@speechly/react-client)
[![license](http://img.shields.io/:license-mit-blue.svg)](/LICENSE)
This repository contains source code for the React client for [Speechly](https://www.speechly.com/?utm_source=github&utm_medium=react-client&utm_campaign=text) SLU API. Speechly allows you to easily build applications with voice-enabled UIs.
With the Speechly React client you can add voice features to any React project. It handles authentication, audio capture, network streaming and connection management with the Speechly Streaming API.
Check out [Speechly documentation](https://docs.speechly.com//client-libraries/react-client/?utm_source=github&utm_medium=react-client&utm_campaign=text) for a tutorial on how to build a voice filtering app using this client.
Check out the [react client example](https://github.com/speechly/speechly/tree/main/examples/react-client-example) for an example app built using this client.

@@ -100,5 +98,5 @@ ## Before you start

- [API reference](https://github.com/speechly/speechly/blob/main/libraries/react-client/docs/classes/context.SpeechProvider.md) (GitHub)
- [Basic usage](https://docs.speechly.com/client-libraries/usage/?platform=React) (Docs)
- [Advanced usage](https://docs.speechly.com/client-libraries/using-react-client/) (Docs)
- Check out the [react-example-repo-filtering](https://github.com/speechly/react-example-repo-filtering) repository for a example app built using this client.
- [Basic usage](https://dreamy-cori-a02de1.netlify.app/client-libraries/usage/?platform=React) (Docs)
- [Advanced usage](https://dreamy-cori-a02de1.netlify.app/client-libraries/using-react-client/) (Docs)
- [Example application](https://github.com/speechly/speechly/tree/main/examples/react-client-example)

@@ -105,0 +103,0 @@ ## Contributing

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