Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@canopycanopycanopy/b-ber-logger
Advanced tools
`b-ber-logger` is b-ber's console logger.
@canopycanopycanopy/b-ber-logger
b-ber-logger
is b-ber's console logger.
$ npm i -g @canopycanopycanopy/b-ber-logger
Output from bber
commands can be logged to the console with different levels of verbosity.
--quiet
The --quiet
flag will emit nothing to the console and is an alias of loglevel=0
.
$ bber build --quiet
$ bber build --log-level=0
--warn
The ---warn
flag will emit warnings and single-line error messages to the console and is an alias of loglevel=1
.
$ bber build --warn
$ bber build --log-level=1
--error
The --error
flag will emit warnings and stack traces for errors to the console and is an alias of loglevel=2
.
$ bber build --error
$ bber build --log-level=2
--verbose
The --verbose
flat will emit messages, warnings, errors and stack traces to the console.
$ bber build --verbose
--debug
The --debug
flag will emit stack traces for everything, as well as warnings and errors to the console.
$ bber build --debug
FAQs
`b-ber-logger` is b-ber's console logger.
We found that @canopycanopycanopy/b-ber-logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.