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.
@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
A Ko-fi button Vue component
The npm package @linusborg/vue-ko-fi-button receives a total of 1 weekly downloads. As such, @linusborg/vue-ko-fi-button popularity was classified as not popular.
We found that @linusborg/vue-ko-fi-button 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.