
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.
consul-utils
Advanced tools
A set of utilities to work with consul from Node.js. Not full featured or architected well enough to call an API but a good start.
npm install consul-utils
Consul Utilities has no dependencies.
The service class can be used in Redwire.
var RedWire = require('redwire');
var consul = require('consul-utils');
var redwire = new RedWire({ http: { port: 80 } });
var services = new consul.Service('localhost:8500', 'web', function(added, removed) {
console.log(added.length + " added");
console.log(removed.length + " removed");
});
redwire.http('example.com')
.use(services.distribute())
.use(redwire.proxy());
This code will monitor the service named 'web' from the consul server localhost:8500
and round-robin load balance to all current services, making sure to stop if they leave the cluster and start as they join.
The optional callback can be used for logging changes to the server pool.
FAQs
Consul utilities
The npm package consul-utils receives a total of 8 weekly downloads. As such, consul-utils popularity was classified as not popular.
We found that consul-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.