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

dist/edge-tts.d.ts

13

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

@@ -10,3 +10,8 @@ "keywords": [

],
"main": "index.js",
"main": "dist/edge-tts.js",
"types": "dist/edge-tts.d.ts",
"files": [
"/dist"
],
"type": "module",
"repository": {

@@ -25,3 +30,7 @@ "type": "git",

"ws": "^8.13.0"
},
"devDependencies": {
"@types/ws": "^8.5.5",
"typescript": "^5.2.2"
}
}
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