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

azuretts

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azuretts - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

7

index.js

@@ -78,7 +78,3 @@ const gaxios = require("gaxios");

if(!element[0]){
reject({
tryNum: (tryNum || 0) + 1,
err: "Try again"
})
//return azureTTS.get(browser, settings, (tryNum || 0) + 1)
return azureTTS.get(browser, settings, (tryNum || 0) + 1)
}

@@ -148,3 +144,2 @@

await stream.destroy();
await page.close();

@@ -151,0 +146,0 @@ setTimeout(resolve, 500);

2

package.json
{
"name": "azuretts",
"version": "1.3.4",
"version": "1.3.5",
"description": "Module based on puppeteer to get free quality tts from Microsoft Azure",

@@ -5,0 +5,0 @@ "main": "index.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