
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
vue3-paystack
Advanced tools
vue3-paystack allows you to accept payments in your vue application created with vue 3. The component is easily customisable.
npm i vue3-paystack
<template>
<paystack
buttonClass="'button-class btn btn-primary'"
buttonText="Pay Online"
:publicKey="publicKey"
:email="email"
:amount="amount"
:reference="reference"
:onSuccess="onSuccessfulPayment"
:onCancel="onCancelledPayment">
</paystack>
</template>
<script>
import paystack from "vue3-paystack";
export default {
components: {
paystack,
},
}
</script>
A more detailed guide can be found here
If this has been helpful, kindly share the link to other and a star on the github repo would be helpful too
Licensed under MIT License. Click for details.
FAQs
Paystack Plugin for Vue 3
The npm package vue3-paystack receives a total of 245 weekly downloads. As such, vue3-paystack popularity was classified as not popular.
We found that vue3-paystack demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.