
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
craco-plugin-standalone-single-spa
Advanced tools
Craco plugin for running single-spa application standalone
Craco plugin to start single-spa application configured with craco-plugin-single-spa-application
This package depends on craco-plugin-single-spa-application and CRACO so be sure to configure it before trying to apply this.
npm install craco-plugin-standalone-single-spa --save-dev
or
yarn add -D craco-plugin-standalone-single-spa
craco.config.js file and apply the following changes:const SingleSpaAppcracoPlugin = require('craco-plugin-single-spa-application');
const StandaloneSingleSpaPlugin = require("craco-plugin-standalone-single-spa");
// This is configuration of craco-plugin-single-spa-application. See documentation of craco-plugin-single-spa-application package for more details.
const singleSpaAppPlugin = {
plugin: SingleSpaAppcracoPlugin,
options: {
orgName: "my-org",
projectName: "my-app",
},
}
const singleSpaStandalonePlugin = {
plugin: StandaloneSingleSpaPlugin,
options: {
appOrParcelName: "@my-org/my-app",
disabled: false // defaults to process.env.NODE_ENV !== "development". if true plugin will not process code
},
}
// Keep any other configuration you are exporting from CRACO and add the plugin to the plugins array
module.exports = {
plugins: [
singleSpaAppPlugin,
singleSpaStandalonePlugin
]
}
yarn craco start to start development server on port 3000. Port may be changed by setting PORT environment variable.Licensed under the MIT License, Copyright ©️ 2023 Yevhen Domnenko. See LICENSE for more information.
FAQs
Craco plugin for running single-spa application standalone
We found that craco-plugin-standalone-single-spa 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.