
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
commandkit-plugin-discord-player
Advanced tools
This is a CommandKit plugin that allows you to use commandkit's event system to listen to discord-player events and also registers discord-player context.
This is a CommandKit plugin that allows you to use commandkit's event system to listen to discord-player events and also registers discord-player context.
npm install commandkit-plugin-discord-player
In your commandkit.config.ts file, the plugin like this:
import { defineConfig } from 'commandkit';
import { discordPlayer } from 'commandkit-plugin-discord-player';
export default defineConfig({
plugins: [discordPlayer()],
});
Your bot will now be able to use discord-player events and hooks.
The plugin accepts the following options:
queueEventsNamespace: The namespace for the queue events. Defaults to discord-player (aka uses (discord-player) folder).playerEventsNamespace: The namespace for the player events. Defaults to discord-player-main (aka uses (discord-player-main) folder).FAQs
This is a CommandKit plugin that allows you to use commandkit's event system to listen to discord-player events and also registers discord-player context.
We found that commandkit-plugin-discord-player 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.