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

edge-tts-node

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-tts-node - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

6

dist/MsEdgeTTS.js

@@ -136,3 +136,3 @@ "use strict";

this._log("ttttttt: ", typeof m.data);
const mdata = m.data;
let mdata = m.data;
if (typeof mdata === 'string') {

@@ -159,6 +159,4 @@ const encodedData = buffer_1.Buffer.from(mdata, 'utf8');

}
else if (typeof mdata === 'object') {
this._log(JSON.stringify(mdata));
}
else {
mdata = typeof mdata === 'object' ? mdata['data'] : mdata;
const buffer = buffer_1.Buffer.from(mdata);

@@ -165,0 +163,0 @@ const message = buffer.toString();

{
"name": "edge-tts-node",
"version": "1.1.6",
"version": "1.1.7",
"description": "An Azure Speech Service module that uses the Microsoft Edge Read Aloud API.",

@@ -5,0 +5,0 @@ "author": "Migushthe2nd <Migushthe2nd@users.noreply.github.com>",

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