
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
consolelogger
Advanced tools
Adds color and log levels to console.log output.
npm install consolelogger
In short, remove console from console.log to add a timestamp to each console log message. You can add log levels to change the color of the messages as well: log("This is your message.", "loglevel");.
Log levels available:
error - Redwarning - Yellowsuccess - Greendebug - Blueinfo - CyanRequire logger:
var log = require('consolelogger').log;
Then just drop console from console.log:
// Basic message
log("foo");
// Prints in red
log("This is an error!", "error");
FAQs
Makes console output neat and easy to read
We found that consolelogger 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.