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

4

dist/index.js

@@ -158,7 +158,7 @@ import * as grpc from '@grpc/grpc-js';

// In case a port was provided but ssl was not specified
// ssl is assumed when the port matches 9424
// ssl is assumed when the port matches 8424
const [, portStr] = host.match(portRe);
const hostPort = parseInt(portStr, 10);
if (!sslExplicit) {
if (hostPort === 9424) {
if (hostPort === 8424) {
ssl = true;

@@ -165,0 +165,0 @@ }

{
"name": "@aristech-org/tts-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Node.js client library for the Aristech Text-to-Speech API",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {

@@ -10,0 +13,0 @@ "test": "tsx --test",

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