
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@namada/vite-esbuild-plugin
Advanced tools
This plugin provides support for [@namada/sdk-multicore](../sdk-multicore) features in Vite development mode. The multicore SDK utilizes WebWorkers to provide "threaded" features, and needs to be able to find and dynamically load `workerHelpers.js` script
This plugin provides support for @namada/sdk-multicore features in Vite development mode. The multicore
SDK utilizes WebWorkers to provide "threaded" features, and needs to be able to find and
dynamically load workerHelpers.js scripts as provided by wasm-bindgen-rayon.
To use this plugin, install @namada/vite-esbuild-plugin as a dev-dependency:
# NPM
npm install --save-dev @namada/vite-esbuild-plugin
# Yarn
yarn add -D @namada/vite-esbuild-plugin
In vite.config.ts, invoke as follows:
import { sdkMulticoreWorkerHelpers } from "@namada/vite-esbuild-plugin";
export default defineConfig({
optimizeDeps: {
esbuildOptions: {
// Use this plugin to handle the SDK multicore worker helpers
plugins: [sdkMulticoreWorkerHelpers()],
},
},
});
FAQs
This plugin provides support for [@namada/sdk-multicore](../sdk-multicore) features in Vite development mode. The multicore SDK utilizes WebWorkers to provide "threaded" features, and needs to be able to find and dynamically load `workerHelpers.js` script
We found that @namada/vite-esbuild-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.