Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 2.0.4

9

package.json
{
"name": "speak-tts",
"version": "2.0.3",
"description": "Browser TTS (using speechSynthesis API) made easy",
"version": "2.0.4",
"description": "Browser TTS (using Web speech API) made easy",
"main": "lib/speak-tts.js",

@@ -14,2 +14,3 @@ "scripts": {

"keywords": [
"web speech api",
"speech synthesis",

@@ -22,4 +23,3 @@ "speak",

"browser speech",
"browser tts",
"language detection"
"browser tts"
],

@@ -38,5 +38,4 @@ "license": "ISC",

"dependencies": {
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.11"
}
}

@@ -12,3 +12,3 @@ Speech synthesis made easy - Browser based text to speech (TTS)

Speech synthesis (tts) for the browser. Based on browser SpeechSynthesis API, it improves it by :
Speech synthesis (tts) for the browser. Based on browser Web speech API (https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API), it improves it by :
- providing a Promise-base API (the init() and speak() methods respectively returns a Promise)

@@ -15,0 +15,0 @@ - handling the fact that Chrome load voices in an asynchronous manner when others browsers don't

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