
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
@shooontan/google-home-notifier
Advanced tools
Send notifications to Google Home.
This module is rewritten in TypeScript based on google-home-notifier. We are freed of the need to build with node-gyp when run npm install.
# npm
$ npm install @shooontan/google-home-notifier
# or yarn
$ yarn add @shooontan/google-home-notifier
const GoogleHomeNotifier = require('@shooontan/google-home-notifier');
(async () => {
const notifier = GoogleHomeNotifier();
await notifier.create();
const message = 'Hi!';
await notifier.say(message);
})();
const notifier = GoogleHomeNotifier(options);
options arguments is optional.
options.device: string device name. example Google-Home.options.ip: string Google Home device ip address.options.lang: string language code. Google Documentawait notifier.create();
notifier.create() find out Google Home device ip address and auto set ip address to notifier instance.
If setting options.ip, notifier.create() does not need.
await notifier.say(message, options);
Send notification to Google Home.
message: string notification text.options: object
lang: string same as GoogleHomeNotifier options.lang.speed: number notification text speed. default 1.await notifier.play(mp3Url)
Play mp3 with Google Home.
mp3Url: string | Array<string>FAQs
Pure JavaScript Google-Home notifier
The npm package @shooontan/google-home-notifier receives a total of 24 weekly downloads. As such, @shooontan/google-home-notifier popularity was classified as not popular.
We found that @shooontan/google-home-notifier 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
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.