New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

speak-tts

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speak-tts - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

lib/speak-tts.js

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

} else {
return reject();
return reject("Could not fetch voices");
}

@@ -174,3 +174,2 @@ }, 100);

pitch = parseFloat(pitch);
console.log("debug pitch", pitch);

@@ -217,4 +216,3 @@ if (!(0, _utils.isNan)(pitch) && pitch >= 0 && pitch <= 2) {

utterance.text = sentence;
console.log("debug utterance", _this3.volume, utterance); // Attach event listeners
utterance.text = sentence; // Attach event listeners

@@ -221,0 +219,0 @@ Object.keys(listeners).forEach(function (listener) {

{
"name": "speak-tts",
"version": "2.0.7",
"version": "2.0.8",
"description": "Browser TTS (using Web speech API) made easy",

@@ -5,0 +5,0 @@ "main": "lib/speak-tts.js",

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