
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
winston-dconsole
Advanced tools
A winston console transport which outputs log messages with filename and linenumber information. This is suitable for use with the intellij-awesome-console IntelliJ IDEA plugin
A winston transport providing an extended console which outputs winston log messages including filename and linenumber of the call. This is suitable for using it with the intellij-awesome-console IntelliJ IDEA plugin. It extends the log output by adding the source code file name and line number of the logger statement executed. The output is added to the log label. If the filename without extension matches the label the filename and line number replaces the label in the log output. Note, the DConsole feature is provided by analyzing the call stack for each log output, the execution is rather slow! For this reason, DConsole should only be used for development purposes. It's experimental!
var winston = require('winston'),
debug = require('winston-dconsole');
winston.add(debug.Dconsole, {
"timestamp": true,
"level": "debug"
});
winston.log('debug', 'Now my debug messages are written to dconsole!');
See Release History.
Copyright (c) 2015-2018, Marcus Wittig and contributors. All rights reserved.
FAQs
A winston console transport which outputs log messages with filename and linenumber information. This is suitable for use with the intellij-awesome-console IntelliJ IDEA plugin
The npm package winston-dconsole receives a total of 139 weekly downloads. As such, winston-dconsole popularity was classified as not popular.
We found that winston-dconsole 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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.