
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.
el4js is a logger for javascript intended to be simple yet modular. There are certain levels of logging and can be configured.
The documentation for this porject is a work in progress.
Stuck somewhere? Feel free to join our Discord server and jump right into the #package-support channel.
Make sure you have node.js v12x installed. This package supports types out of the box. Ignore any peer warnings as they are optional.
npm i el4js
This is a demo of how you would log an info message to the console using el4js.
JavaScript:
const el4js = require("el4js");
const logger = new el4js.Logger();
logger.info("We have some info sir.", "someSource");
Typescript:
import el4js from "el4js";
const logger = new el4js.Logger();
logger.info("We have some info sir.", "someSource");
Output:
For a detailed usage, see the src/tests/index.js file on GitHub.
We are always looking out for people that may help improve this project. If you do want to contribute, open a PR on our GitHub repository.
This project is licensed under Apache 2.0.
FAQs
A simple and modular logger for JavaScript. (Easy Logger for JavaScript)
The npm package el4js receives a total of 2 weekly downloads. As such, el4js popularity was classified as not popular.
We found that el4js 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.