
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.
Introducing a little chaos to Vue.js.
v-honk is a custom directive for Vue that adds a delightful little "honk" to anything.
npm install v-honk
<template>
<div>
<a href="https://honkify.netlify.com" v-honk>This will go to Honkify.js.</a>
<a href="https://honkify.netlify.com" v-honk:block>This won't let you through.</a>
<p v-honk>This won't go anywhere.</p>
</div>
</template>
<script>
import honk from "v-honk";
export default {
directives: {
honk
}
};
</script>
If the target is an anchor tag, v-honk simply honks and lets the user through after a timeout. However, as geese do, sometimes they want to block your path. Adding an argument of block will stop a link from working while still honking at them.
💚 Inspired by the anarchy of Honkify.js and Jason Lengstof.
Plans for v-honk:
FAQs
#TheHonkening arrives to Vue
The npm package v-honk receives a total of 3 weekly downloads. As such, v-honk popularity was classified as not popular.
We found that v-honk 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.