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.1 to 2.5.2

8

lib/index.d.ts

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

export interface Voice {
interface Voice {
name: string;

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

export interface Options {
interface Options {
text: string;

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

export class SimpleTTS {
class SimpleTTS {

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

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

@@ -5,0 +5,0 @@ "main": "lib/main.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