
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@cc-external/bootstrap
Advanced tools
Install package "bootstrap" with externals configuration for "cc-webpack-externals-plugin"
If you use the plugin @codecoupler/cc-webpack-externals-plugin in your Webpack configuration
you can install with this package the NPM module bootstrap and automatically configure this
as external library. The module will not be included in your library bundle.
Usage:
npm i @cc-external/bootstrap
Popper.js is not included. If you need Popper use the separate cc-external package:
npm i @cc-external/popperjs_core
npm i @cc-external/bootstrap
And add the following to the webpack.externals.js:
module.exports = [
{
module: "@popperjs/core",
moveTo: { module: "bootstrap", place: "before" }
},
];
The version number of this package matches the major and minor number of the module bootstrap
that is included as dependency. The patch number do not correspond to the module patch number.
FAQs
Install package "bootstrap" with externals configuration for "cc-webpack-externals-plugin"
We found that @cc-external/bootstrap 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.