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

@aristech-org/tts-client

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aristech-org/tts-client - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/index.d.ts

@@ -5,2 +5,3 @@ import * as grpc from '@grpc/grpc-js';

export * from './generated/TTSTypes.js';
export { PhonesetRequest, PhonesetResponse, SpeechRequest, SpeechResponse, SpeechServiceClient, TranscriptionRequest, TranscriptionResponse, VoiceListRequest } from './generated/TTSServices.js';
export type Stream = grpc.ClientReadableStream<SpeechResponse>;

@@ -7,0 +8,0 @@ export interface ConnectionOptions {

@@ -6,2 +6,3 @@ import * as grpc from '@grpc/grpc-js';

export * from './generated/TTSTypes.js';
export { PhonesetRequest, PhonesetResponse, SpeechRequest, SpeechResponse, SpeechServiceClient, TranscriptionRequest, TranscriptionResponse, VoiceListRequest } from './generated/TTSServices.js';
export class TtsClient {

@@ -8,0 +9,0 @@ cOptions;

2

package.json
{
"name": "@aristech-org/tts-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Node.js client library for the Aristech Text-to-Speech API",

@@ -5,0 +5,0 @@ "type": "module",

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