
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
watermark-vue
Advanced tools
Watermarkit directive for Vue2/3.
$ yarn add v-watermarkit
import { createApp } from 'vue'
import Watermark from 'v-watermarkit'
const app = createApp({/* ... */})
app.use(Watermark)
<template>
<div v-watermark="text"></div>
<!-- or -->
<div
v-watermark="{
text,
color: `#aaa`,
fontSize: 16,
zIndex: 999,
opacity: .3,
rotate: 30,
gap: 80,
}"
></div>
</template>
<script setup>
import { ref } from 'vue'
const text = ref(`大板栗 banli.co`)
</script>

| props | type | default |
|---|---|---|
text | string | '' |
color | string | #999 |
fontSize | number | 12 |
zIndex | number | 9999 |
opacity | number | .1 |
rotate | number | 15 |
gap | number | 50 |
Licensed under the MIT License
FAQs
Watermarkit directive for Vue2/3.
We found that watermark-vue 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.