Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@paulbarre/vuepress-plugin-speech
Advanced tools
🚧 Documentation in progress
⚙️ A new component for easy settings is coming soon
npm i @paulbarre/vuepress-plugin-speech
Add the plugin to your config file:
.vuepress/config.js
module.exports = {
plugins: [
[
'@paulbarre/speech',
{ lang: 'fr-FR' }
]
]
}
Option | Type | Default | Details |
---|---|---|---|
lang | string | undefined | Specify the language to select the voices. BCP 47 language tag. |
$speech
All your components have access to the $speech
property.
$speech.voice: The current voice
$speech.voices: The available voices
$speech.setVoice(voiceURI
): Pass the URI of the voice you want to set
$speech.speak(text
): Synthesis a text by the current voice
tts
componentThis plugin installs a component you can add into your Markdown files to show texts playable.
# My page title
Some paragraph with a text that can be synthesize: <tts text="Hello folks!" />
tts
has two props:
text
: The text to show and speak if alt
is undefined.
alt
: The true text to speak. It allows you to show some text but read another.
<tts text="Hello" alt="Goodbye" />
FAQs
VuePress plugin for Web Speech API
The npm package @paulbarre/vuepress-plugin-speech receives a total of 0 weekly downloads. As such, @paulbarre/vuepress-plugin-speech popularity was classified as not popular.
We found that @paulbarre/vuepress-plugin-speech 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.