
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.
vconsole-stats-plugin
Advanced tools
A vConsole plugin which can show Stats in front-end.
Based on the Stats https://github.com/mrdoob/stats.js
Download the latest version(copy dist/vconsole-stats-plugin.min.js). See all demo code: /example/demo.html
<script src="path/to/vconsole.min.js"></script>
<script src="path/to/vconsole-stats-plugin.min.js"></script>
<script>
// init vConsole
const vConsole = new VConsole();
const plugin = new VConsoleStatsPlugin(vConsole);
</script>
Or, install via npm:
npm install vconsole-stats-plugin -S
import VConsole from 'vconsole';
import VConsoleStatsPlugin from 'vconsole-stats-plugin';
const vConsole = new VConsole();
const plugin = new VConsoleStatsPlugin(vConsole);
This class provides a simple info box that will help you monitor your code performance.
--enable-precise-memory-info)

FAQs
A plugin for vConsole.
We found that vconsole-stats-plugin 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
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.