node-edge-tts
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
9756
151
Yes
2
2