
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.