Socket
Socket
Sign inDemoInstall

tts-narrator

Package Overview
Dependencies
180
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

4

dist/script-processor.js

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

if (!fs.existsSync(audioFileFolder)) {
fs.mkdirSync(audioFileFolder);
fs.mkdirSync(audioFileFolder, { recursive: true });
}

@@ -189,5 +189,5 @@ const audioFilePath = path_1.default.join(audioFileFolder, `${ssmlHash}.mp3`);

get script() {
return this.script;
return this._script;
}
}
exports.ScriptProcessor = ScriptProcessor;
{
"name": "tts-narrator",
"version": "1.0.13",
"version": "1.0.14",
"description": "Generate narration with Text-To-Speech technology",

@@ -5,0 +5,0 @@ "main": "dist/types.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc