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

@speechly/react-ui

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speechly/react-ui - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.1

2

components/PushToTalkButton.js

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

// Automatically start recording if button held
if (!powerOn && ((_a = buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current) === null || _a === void 0 ? void 0 : _a.isbuttonpressed()) === false && speechState === react_client_1.SpeechState.Ready) {
if (!powerOn && ((_a = buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current) === null || _a === void 0 ? void 0 : _a.isbuttonpressed()) === true && speechState === react_client_1.SpeechState.Ready) {
toggleRecording().catch(function (err) { return console.error('Error while starting to record', err); });

@@ -75,0 +75,0 @@ }

{
"name": "@speechly/react-ui",
"private": false,
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Speechly UI Components",

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

"tsc-watch": "^4.2.9",
"typedoc": "^0.20.36",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.7",

@@ -48,0 +48,0 @@ "typescript": "^4.2.4",

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