
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.
fruster-log
Advanced tools
A ready configured Winston logger that reads log level from environment.
The logger can also be configured to log to a Papetrail (and possibly other) remote syslog destination.
To install:
npm install fruster-log --save
To use in app:
const log = require('fruster-log');
log.debug('Hello', 'world');
# Applications log level (error|warn|info|debug|silly)
LOG_LEVEL = "debug"
# Syslog host and port, if any
# Example: `localhost:5499`
SYSLOG = null
# Name of syslog
SYSLOG_NAME = "fruster noname"
# Syslog program name
SYSLOG_PROGRAM = "default"
# Log level that will log remotely
REMOTE_LOG_LEVEL = "error"
FAQs
Logger for Fruster (micro) services
The npm package fruster-log receives a total of 26 weekly downloads. As such, fruster-log popularity was classified as not popular.
We found that fruster-log demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

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.