Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

tts-narrator

Package Overview
Dependencies
3
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.3

dist/index.d.ts

17

package.json
{
"name": "tts-narrator",
"version": "1.0.0",
"version": "1.0.3",
"description": "Generate narration with Text-To-Speech technology",
"main": "dist/index.js",
"engines": {
"node": ">=10"
},
"scripts": {

@@ -10,6 +13,10 @@ "pretest": "eslint . --ext .ts",

"prepare": "shx rm -rf dist && tsc && es-check",
"preversion": "generate-api-docs-and-update-readme && git add README.md"
"disabled_preversion": "generate-api-docs-and-update-readme && git add README.md"
},
"devDependencies": {
"@handy-common-utils/dev-dependencies": "^1.0.16"
"@handy-common-utils/dev-dependencies": "^1.0.16",
"@types/js-yaml": "^4.0.3",
"@types/lodash": "^4.14.172",
"@types/node": "^10.17.60",
"typedoc-plugin-markdown": "^3.10.4"
},

@@ -40,3 +47,7 @@ "files": [

"url": "https://github.com/james-hu/tts-narrator/issues"
},
"dependencies": {
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
}
}
dist/pptx-parser.d.ts
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