
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@vqiqi/vue-paystack2
Advanced tools
Vue-Paystack2 is a Paystack payment gateway integration for Vue which provides Universal support for Vue 2 & 3
Vue-Paystack2 is a Paystack payment gateway integration for Vue which
provides Universal support for Vue 2 & 3
使用vue-demi开发的同时兼容vue2和vue3组件,test
Install this as your plugin's dependency:
npm i @vqiqi/vue-paystack2
# or
yarn add @vqiqi/vue-paystack2
If you are using Vue2 you would need to install Vue's Composition API:
npm i @vue/composition-api
# or
yarn add @vue/composition-api
<template>
<VuePaystack :paystack-key="paystackKey" :firstname="firstname" :lastname="lastname" :email="email" :amount="amount" :reference="reference" :callback="onSuccess" :close="onClose">
Button
</VuePaystack>
</template>
<script>
import VuePaystack from "vue-paystack2"
export default {
name: 'App',
components: {
VuePaystack
},
data () {
return {
paystackKey: '...',
email: '...',
firstname: '...',
lastname: '...',
amount: 0,
reference: '...'
}
},
methods: {
onSuccess (event) {
// ...
},
onClose () {
// ...
}
}
}
</script>
Inspired by vue-paystack
MIT License © 2021 Enoch Chejieh
FAQs
Vue-Paystack2 is a Paystack payment gateway integration for Vue which provides Universal support for Vue 2 & 3
The npm package @vqiqi/vue-paystack2 receives a total of 1 weekly downloads. As such, @vqiqi/vue-paystack2 popularity was classified as not popular.
We found that @vqiqi/vue-paystack2 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.