
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.
@debut/plugin-debug
Advanced tools
Debut plugin, for displaying debug information while the node process is running (when the Debut-based application is running).
npm install @debut/plugin-debug --save
Use your process manager to send the SIGUSR1 command to the application process.
Or linux command:
kill -USR1 $ pid
------ DEBUG MYSTRATEGY - NEARUSDT -------
------ STATS -------
{
startBalance: 500,
balance: 720.72,
maxBalance: 775.63,
minBalance: 500,
maxMarginUsage: 500,
profit: 220.72,
long: 11,
longRight: 6,
short: 6,
shortRight: 4,
absoluteDD: 1.63,
relativeDD: 7.08,
maxWin: 22.6,
maxLoose: -7.76,
profitProb: 0.59,
looseProb: 0.41,
avgProfit: 31.39,
avgLoose: 13.31,
expectation: 12.98,
failLine: 3,
rightLine: 5,
avgFailLine: 1.33,
avgRightLine: 3.33,
ticksHandled: 48714,
candlesHandled: 2000
}
------ CURRENT ORDER -------
[]
------ LAST TICK -------
{
o: 3.2529,
h: 3.2529,
l: 3.211,
c: 3.2445,
v: 41676.93,
time: 1622145600000
}
------ DEBUG END -------
FAQs
Debug listeners plugin for Debut
We found that @debut/plugin-debug 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.