
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
Simple, predictable and chainable verbose logging for Node modules
If you ever need a repeatable predictable way to send information to the users of your Node Package and don't want to write out a check for --verbose or -v
Currently all assumptions are that you are sending either a String or Array. Hoping to add support for Key:Value pairs in the near future.
All parts of the API and be chained for high functionality
Forces verbose output -- this is useful for CLI type modules where you don't want the user to have to pass -v or --verbose
Inserts a new line wherever this function is called.
Prints a cyan message to the user.
Prints a yellow message to the user.
Prints a red message to the user.
var verbose = require('verboser');
// Sends a cyan log statement
verbose.log('Something to the user');
// Sends a yellow warning statement
verbose.warn('Something a little less scary.');
// Sends a red error statement
verbose.error('Something alarming!');
// Sends a red error with line break and then an array with yellow copy.
verbose.error('Something went wrong').linebreak().warn(array).
FAQs
Simple verbose console logger
We found that verboser 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.