Socket
Socket
Sign inDemoInstall

simpletts

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

8

lib/index.d.ts

@@ -7,3 +7,3 @@ /// <reference types="node" />

interface Voice {
export interface Voice {
name: string;

@@ -13,3 +13,3 @@ gender: "female" | "male";

interface Options {
export interface Options {
text: string;

@@ -21,3 +21,3 @@ volume?: number;

class SimpleTTS {
export class SimpleTTS {

@@ -41,4 +41,4 @@ protected _forceStop: boolean;

export = SimpleTTS;
export default SimpleTTS;
}
{
"name": "simpletts",
"version": "2.5.0",
"version": "2.5.1",
"description": "A basic TTS manager",

@@ -50,14 +50,15 @@ "main": "lib/main.js",

"devDependencies": {
"@types/node": "16.9.4",
"check-version-modules": "1.3.4",
"@types/node": "17.0.34",
"check-version-modules": "1.3.5",
"coveralls": "3.1.1",
"eslint": "7.32.0",
"husky": "7.0.2",
"mocha": "9.1.1",
"nyc": "15.1.0"
"eslint": "8.15.0",
"husky": "8.0.1",
"mocha": "10.0.0",
"nyc": "15.1.0",
"typescript": "4.6.4"
},
"homepage": "https://github.com/Psychopoulet/simpletts#readme",
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
}
}
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