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 0.0.13 to 0.0.14

7

context.js

@@ -174,9 +174,6 @@ "use strict";

_this.switchApp = function (appId) {
var clientState = _this.state.clientState;
var _a = _this.state, client = _a.client, clientState = _a.clientState;
_this.setState({ appId: appId });
if (clientState === browser_client_1.ClientState.Recording) {
_this.stopContext().then(function (_) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
return [2 /*return*/, this.startContext()];
}); }); })
.catch(function (_) { throw Error('Cannot stop context'); });
client.switchContext(appId);
}

@@ -183,0 +180,0 @@ };

{
"name": "@speechly/react-client",
"version": "0.0.13",
"version": "0.0.14",
"description": "React client for Speechly SLU API",

@@ -39,3 +39,3 @@ "private": false,

"dependencies": {
"@speechly/browser-client": "^1.0.9"
"@speechly/browser-client": "^1.0.10"
},

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

Sorry, the diff of this file is not supported yet

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