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.
voguepay-node
Advanced tools
Node js SDK for Voguepay.
Simply run this command
npm install voguepay-node
import VoguePay from "voguepay-node"
(async function(){
await Voguepay.init({
v_merchant_id: '9814-0123983',
total: price,
notify_url:'https://example.com/notification.php',
cur: 'NGN',
merchant_ref: 'ref123',
memo:'Payment for Apple M1',
developer_code: '5a61be72ab323',
customer: {
name: 'Customer name',
address: 'Customer address',
city: 'Customer city',
state: 'Customer state',
zipcode: 'Customer zip/post code',
email: 'owoadeanuoluwapo2@gmail.com',
phone: 'Customer phone'
}
})
})();
import VoguePay from "voguepay-node"
(async function(){
await Voguepay.getTransaction( transaction_id, merchant_id )
})();
⚠️ This SDK doesn't support typescript yet. However jsdocs are in place to guide you on the contents of the payload.
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
Created with 🧡 by Owoade
FAQs
Node js SDK for Voguepay.
We found that voguepay-node 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.