
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.
@alpha-manager/web-interface
Advanced tools
This is a web interface for @alpha-manager/core written in React that connects to the running Alpha instance and allows you to control and manage your currently running tasks from a nice GUI.
$ npm i --s @alpha-manager/web-interface
All you have to do is import the module
const webInterface = require ('@alpha-manager/web-interface');
and start the server
webInterface ({
port: 3000, // optional, default is 3000,
password: "myPassword" // optional, default is "" (no password)
});
you should now be able to go to http://localhost:3000, authenticate, and start managing your tasks.
In order to see the logs from the web interface, you have to "pipe" them to the console.log function. This is meant to prevent logs from being displayed if you don't want them.
webInteface ({
port: 3000,
password: ""
}).logs (console.log);
Now all the logs should be logged to the console.
If the hosting service you are using automatically binds all incoming traffic to the port you set, you can clear the "port" input when authenticating so that it automagically connects.
FAQs
Web Interface for @alpha-manager/core
The npm package @alpha-manager/web-interface receives a total of 11 weekly downloads. As such, @alpha-manager/web-interface popularity was classified as not popular.
We found that @alpha-manager/web-interface 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.