
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
npm install iugu
var iugu = require('iugu')('c73d49f9-6490-46ee-ba36-dcf69f6334fd'); // Ache sua chave API no Painel
// iugu.{ RESOURCE_NAME }.{ METHOD_NAME }
Todo método aceita um callback opcional como ultimo argumento:
iugu.customer.create({
'email': 'email@email.com',
'name': 'Nome do Cliente',
'notes': 'Anotações Gerais'
}, function(err, customer) {
err; // null se não ocorreu nenhum erro
customer; // O objeto de retorno da criação
}
);
Acesse iugu.com/documentacao para referência
iugu.setApiKey('c73d49f9-6490-46ee-ba36-dcf69f6334fd');
iugu.setTimeout(20000); // in ms
(node's default: 120000ms
)Execute :
npm test
Originalmente por Luis Specian (luis@specian.com.br).
FAQs
Biblioteca Iugu para Node.js
The npm package iugu receives a total of 280 weekly downloads. As such, iugu popularity was classified as not popular.
We found that iugu demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.