
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@linusborg/vue-ko-fi-button
Advanced tools
A Vue component to add the KoFi Button to your Vue apps.
I'm not working for www.ko-fi.com or am in any other way affiliated with them except for using their service.
I created this component because I wanted to implement their button widget into my Vue apps, but found it difficult to do so.
So I'm using their CSS with very little tweaks, and of course link to their images. I hope that's cool with them.
npm i -D vue-ko-fi-button
# or
yarn add -D vue-ko-fi-button
The package also comes with a UMD build if you really need to include it with a <script> element.
<script src="https://unpkg.com/vue-ko-fi-button/umd/VueKoFiButton.umd.min.js"></script>
The component will be avaliable as window.VueKoFiButton.
<template>
<KoFiButton
username="linusborg"
color="#CCC"
:title="Can I haz coffee plz?"
/>
</template>
<script>
import KoFiButton from 'vue-ko-fi-button'
export default {
name: 'YourComponent',
components: {
KoFiButton
}
}
yarn install
yarn serve
yarn build
yarn lint
yarn test:unit
yarn relase
FAQs
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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.