
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@mixer/cdk-webpack-plugin
Advanced tools
This plugin is used for developing with custom controls. All custom control bundles are built with Webpack, and this plugin provides hooks for the CDK to collect data and upload bundles correctly.
This plugin requires Webpack version 4. You should import it, then add it to the plugins
array in the webpack.config.js
. Check out the HTML starter code for an example:
const { MixerPlugin } = require('@mixer/cdk-webpack-plugin');
// ...
plugins: [
// The Mixer plugin hooks up all the ✨magic✨ for the development server
// and uploading to mixer.com.
new MixerPlugin({ homepage: 'src/index.html' }),
// ...
homepage
(string) RequiredShould point to your entry point, canonically called the index.html
. This is the page loaded and embedded in a Mixer webpage when viewers navigate to the channel.
locales
(string)You can pass a glob to load folder of locale data. For more information about dealing with translations, check out the docs on our dev site.
FAQs
Webpack plugin for Mixer interactive projects
We found that @mixer/cdk-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.