
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
debug-squasher
Advanced tools
A simple debug tool to display debug messages where needed. Perfect for testing models, and routes.
npm install debug-squasher --save
Create a log folder in your project with the file lincoln.log. This will be to save all your debug messages.
/log/lincoln.log
Require the 'debug-squasher' package.
const util = require('debug-squasher');
user can decide what the output message should be. A 2nd parameter is available for data output object. The last parameter is telling which console method to use.
// Takes a title, object , and either log, error or warn
util.debug('title', object, 'log | error | warn')
debug-squasher runs only when the Environmental Variable 'DEBUG' is on.
DEBUG=true node src/util.js
visit my app-store project to see it in action.
FAQs
debug tool used for app store and other projects.
We found that debug-squasher 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.

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.