
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@litomore/win-say
Advanced tools
The Windows built-in text-to-speech interface for JavaScript
npm i @litomore/win-say
import { say } from "@litomore/win-say";
await say("Hello, world!");
await say("Hello! My name is David.", { voice: "Microsoft David Desktop" });
Type: string
The content to be converted to audible speech.
Type: SayOptions
Optional. All available options are listed below:
type SayOptions = {
voice?: string;
rate?: number;
volume?: number;
outputFile?: string;
skipRunningCheck?: boolean;
};
rate maps to the Windows SpeechSynthesizer range of -10 to 10.
volume maps to the Windows SpeechSynthesizer range of 0 to 100.
outputFile writes a WAV file instead of speaking through the default audio device.
To obtain the default audio output device placeholder.
Returns a Promise<Device[]>.
Windows SpeechSynthesizer speaks through the system default output device and does not expose per-device selection through this API.
To obtain a list of audio data formats for a file format specified explicitly or by file name.
Returns a Promise<DataFormat[]>.
Windows SpeechSynthesizer writes WAV output with PCM audio data.
Type: string
To obtain a list of writable file formats.
Returns a Promise<FileFormat[]>.
Windows SpeechSynthesizer writes WAV output.
To obtain a list of voices installed in the system.
Returns a Promise<Voice[]>.
To obtain the information of the active win-say PowerShell process.
Returns a Promise<DefaultTask | undefined>.
To kill the active win-say PowerShell process if it's running.
MIT
FAQs
The Windows built-in text-to-speech interface for JavaScript
The npm package @litomore/win-say receives a total of 0 weekly downloads. As such, @litomore/win-say popularity was classified as not popular.
We found that @litomore/win-say demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.