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.1.5 to 1.2.0

bin.js

16

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

@@ -13,3 +13,4 @@ "keywords": [

"files": [
"/dist"
"/dist",
"bin.js"
],

@@ -21,5 +22,3 @@ "repository": {

"homepage": "https://github.com/SchneeHertz/node-edge-tts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts": {},
"author": "SchneeHertz",

@@ -29,8 +28,11 @@ "license": "MIT",

"https-proxy-agent": "^7.0.1",
"ws": "^8.13.0"
"ws": "^8.13.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"typescript": "^5.2.2"
}
},
"bin": "./bin.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