
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@melonjs/debug-plugin
Advanced tools

$ [sudo] npm install @melonjs/debug-plugin
Then import and instantiate the debug plugin in your project. For example:
import { utils, plugin } from 'melonjs';
// dynamically import the plugin
import("@melonjs/debug-plugin").then((debugPlugin) => {
// automatically register the debug panel
utils.function.defer(plugin.register, this, debugPlugin.DebugPanelPlugin, "debugPanel");
});
The Debug Panel is hidden by default and can be displayed using the S key. It provides a compact HUD overlay with real-time engine diagnostics:

The panel displays the following information across three rows:
Below the stats, two sparkline graphs show:
Note: Heap memory information is only available in Chromium-based browsers (Chrome, Edge, Opera) via the
performance.memoryAPI, which is deprecated but has no real-time alternative yet.
Additionally, using the checkboxes in the panel it is also possible to draw:
If you need technical support, you can contact us through the following channels :
FAQs
melonJS debug plugin
The npm package @melonjs/debug-plugin receives a total of 19 weekly downloads. As such, @melonjs/debug-plugin popularity was classified as not popular.
We found that @melonjs/debug-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.