Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
npm install say
Speed is based on the average number of words to be spoken per minute.
var say = require('say');
// use default voice in System Preferences
say.speak('Hello!');
// no callback, fire and forget
say.speak('whats up, dog?', 'Alex', 20);
// output some text to the console as the callback
say.speak('whats up, dog?', 'Good News', undefined, function(error) {
if (error) {
return console.log(error);
}
console.log('text to speech complete');
});
Voice parameter is not yet available. Used whatever default system voice is set, ignoring voice parameter. Speed parameter is not yet available.
Linux support involves the use of Festival, which uses decidedly less friendly names for its voices. Voices for
Festival sometimes need to be installed separately - you can check which voices are available by starting up Festival in interactive mode, typing (voice_
,
and pressing TAB
. Then take the name of the voice you'd like to try, minus the parentheses, and pass it in to say.js.
Speed is a percent based upon the normal rate, so 50 is 50%, 120 is 120%, etc.
Try the following commad to install Festival as well as a default voice:
sudo apt-get install festival festvox-kallpc16k
say
)FAQs
TTS (Text To Speech) Module for Node.js
We found that say demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.