
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.
Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.
Uma forma mais fácil de implementar o websocket da Auttar em seu sistema.
Acesse https://auttar-js.netlify.com para acessar o exemplo online da implementação
npm install auttarjs --save
# For Yarn, use the command below.
yarn add auttarjs
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/auttarjs@latest/dist/index.umd.js"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.umd.js"></script>
<script>
console.log(Auttar);
</script>
import AuttarClass from 'auttarjs';
// Inicializando Classe
const Auttar = new AuttarClass({});
Propiedade | Tipo | Default |
---|---|---|
host | string | ws://localhost:2500 |
debug | boolean | false |
orderId | string | '' |
amount | float | 0 |
webSocketTimeout | number | 60000 |
Auttar.credit(installments = 1, withInterest = false)
Auttar.debit(isVoucher = false)
Auttar.requestCancellation()
Auttar.cancel(prop = {})
Propiedade | Tipo | Default |
---|---|---|
operacao | number | Última operação realizada |
dataTransacao | string | Data da última operação realizada |
amount | float | Valor da última operação realizada |
nsuCTF | string | nsuCTF da última operação realizada |
import AuttarClass from 'auttarjs';
// Inicializando Classe
const Auttar = new AuttarClass({
orderId: '123456ABCDEF',
amount: 100.90
});
//Realizando pagamento com cartão de crédito.
Auttar.credit();
//Realizando pagamento com cartão de crédito parcelado
Auttar.credit(3);
//Realizando pagamento com cartão de crédito parcelado juros pela administradora
Auttar.credit(3, true);
//Realizando pagamento com cartão de débito.
Auttar.debit();
//Realizando desfazimento total de operação
Auttar.requestCancellation();
//Realizando extorno da última compra
Auttar.cancel();
//Realizando confirmação da operação
Auttar.confirm();
FAQs
Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.
The npm package auttarjs receives a total of 27 weekly downloads. As such, auttarjs popularity was classified as not popular.
We found that auttarjs 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
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.