Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@biconomy/alerts
Advanced tools
Alerts sdk allows to monitor balance of address in Ethereum, Polygon, Binance Smart Chain and xDai network.
Use the package manager npm to install balance-alert.
npm i -S @biconomy/alerts
import {
Alerts, Monitor
} from "@biconomy/alerts";
new Alerts([{
address: '', // address list to have balance alerts on
threshold: '', // optional parameter for address specific threshold
addressType: '' // optional parameter to identify between WALLET, CONTRACT, etc. in alerts
}], {
jsonRpcURL: '', // rpc url of the network
symbol: '', // symbol of token
name: '', // name of token
type: '', // network type eg. testnet or mainnet
explorerUrl: '', // explorer url
threshold: '', // default value, used in case of address threshold not provided (wei)
monitoring: Monitor.BELOW,
interval: 1, // value in minutes at which balance check will repeatedly take place (optional)
slack: {
token: '', // replace with token from slack
channel: '', // channel id of slack
},
}).start();
If interval parameter is not provided, balance will be checked when a trasaction occurs from the address.
:sparkles: Congratulations, you should see the following lines in your slack channel:
FAQs
monitor various networks address balance
The npm package @biconomy/alerts receives a total of 4 weekly downloads. As such, @biconomy/alerts popularity was classified as not popular.
We found that @biconomy/alerts 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.