
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@gasbuddy/configured-winston
Advanced tools
A wrapper which hooks winston transports up via config. The config entry should have a "transports" property which has a list of transports to configure. It is specified via an object rather than array to allow enable/disable and multi-config file overlays (features of hydration and confit) to work more cleanly across environments.
"logger": {
"module": "@gasbuddy/configured-winston",
"transports": {
"file": {
"name": "File",
"filename": "/var/log/foobar.error.log",
"config": {
"level": "error"
}
}
},
"console": false
}
FAQs
A configuration driven winston infrastructure
The npm package @gasbuddy/configured-winston receives a total of 78 weekly downloads. As such, @gasbuddy/configured-winston popularity was classified as not popular.
We found that @gasbuddy/configured-winston 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.