
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
infobot-sber-tts
Advanced tools
Node.JS library for Sber SmartSpeech service. Library can synchronously synthesize speech from text.
To work with this library you need to obtain from Sber SmartSpeech:
Please check this page for information about credentials.
var SberTTS = require('infobot-sber-tts');
var fs = require('fs');
var clientID = '*';
var clientSecret = '*';
var tts = new SberTTS(clientID, clientSecret);
tts.generateAudio('Привет, мир!', {
format: 'opus',
voice: 'Nec_24000'
}).then(res => {
fs.writeFileSync('test.opus', res);
}).catch(err => console.log(err));
Provided by INFOBOT LLC. under Apache 2.0 license.
FAQs
Node.JS library for Sber SmartSpeech Text-To-Speech
The npm package infobot-sber-tts receives a total of 1 weekly downloads. As such, infobot-sber-tts popularity was classified as not popular.
We found that infobot-sber-tts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.