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.0.0 to 2.0.1

4

package.json
{
"name": "@speechly/react-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "React client for Speechly SLU API",

@@ -52,3 +52,3 @@ "keywords": [

"dependencies": {
"@speechly/browser-client": "1.4.0"
"@speechly/browser-client": "1.5.0"
},

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

@@ -6,3 +6,3 @@ <div align="center" markdown="1">

### The Fast, Accurate, and Simple Voice Interface API
### Real-time automatic speech recognition and natural language understanding tools in one flexible API

@@ -32,2 +32,14 @@ [Website](https://www.speechly.com/)

## Quick start
Bootstrap a simple Speechly React app
```sh
npx degit speechly/speechly/templates/empty my-app
cd my-app
// Add an app ID to index.js from https://api.speechly.com/dashboard
npm install
npm start
```
## Usage

@@ -37,3 +49,3 @@

```shell
```sh
# Create a new React app

@@ -40,0 +52,0 @@ create-react-app .

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