Socket
Socket
Sign inDemoInstall

google-tts-api

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.0.2

Diff

Changelog

Source

2.0.2 (Mar 20, 2021)

  • Change default language to en (#45)
  • Typescript: Remove type Language since API doesn't fully support language codes listed in the document
zlargon
published 2.0.1 •

Changelog

Source

2.0.1 (Jan 6, 2021)

  • Fix the vulnerabilities by upgrading the dependencies (#42, #44)
zlargon
published 2.0.0 •

Changelog

Source

2.0.0 (Dec 8, 2020)

  • Add new APIs (Please see the Break Change below)

    | Method | Options (optional) | Return Type | Handle Long Text | | ------------------- | ----------------------------------------------- | --------------------------------------------------- | :--------------: | | getAudioUrl | lang, slow, host | string | | | getAudioBase64 | lang, slow, host, timeout | Promise<string> | | | getAllAudioUrls | lang, slow, host, splitPunct | { shortText: string; url: string; }[] | ✅ | | getAllAudioBase64 | lang, slow, host, timeout, splitPunct | Promise<{ shortText: string; base64: string; }[]> | ✅ |

  • Support new Google TTS API to get audio Base64 text (#35)

  • Support long text input: getAllAudioUrls and getAllAudioBase64 (#30)

  • Support changing the host in option (#16)

  • Support Typescript

  • Add dependency axios

zlargon
published 0.0.6 •

Changelog

Source

0.0.6 (Dec 5, 2020)

  • timeout parameter is deprecated.
  • Remove dependency isomorphic-fetch.
  • Fix the change of Google Translate API (@freddiefujiwara in #37). Read more in #35
zlargon
published 0.0.5 •

Changelog

Source

0.0.5 (Nov 8, 2020)

  • Upgrade the dependencies and fix the vulnerability. (#32)
  • Add retry mechanism to prevent fetching token key failed too frequently. (#33)
zlargon
published 0.0.4 •

Changelog

Source

0.0.4 (Nov 29, 2018)

zlargon
published 0.0.3 •

Changelog

Source

0.0.3 (Sep 21, 2018)

  • Add package-lock.lock file
  • Fix the change of Google Translate API (@ncpierson in #14)
zlargon
published 0.0.2 •

Changelog

Source

0.0.2 (Aug 25, 2017)

  • Add yarn.lock file
  • If length of input text is over than 200 characters, throw a RangeError with error messsage. (#5)
zlargon
published 0.0.2-alpha.1 •

zlargon
published 0.0.1 •

2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc