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

node-edge-tts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-edge-tts - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

bin.js

@@ -31,3 +31,7 @@ #!/usr/bin/env node

await tts.ttsPromise(text, filepath)
console.log(`Converted to ${filepath}`)
if (saveSubtitles) {
console.log(`Saved subtitles to ${filepath}.json`)
}
process.exit()
})()

2

package.json
{
"name": "node-edge-tts",
"version": "1.2.0",
"version": "1.2.1",
"description": "node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js",

@@ -5,0 +5,0 @@ "keywords": [

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