
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.
rollup-plugin-loading
Advanced tools
A Rollup plugin that shows a nice spinner when building the bundle
:truck: A Rollup plugin that shows a nice spinner when building the bundle
npm i -D rollup-plugin-loading
import loading from 'rollup-plugin-loading'
export default {
input: 'index.js',
output: {
file: 'bundle.js',
format: 'esm'
},
plugins: [ loading() ]
}
function loading(options?: Options): HookConfigobject Optionsspinner?: string
default: hamburger
spinner name: https://github.com/sindresorhus/cli-spinners/blob/master/spinners.json
color?: string
default: red
spinner color: black red green yellow blue magenta cyan white gray
indent?: number
default: 4
number of spaces before the spinner
Mozilla Public License 2.0
FAQs
A Rollup plugin that shows a nice spinner when building the bundle
We found that rollup-plugin-loading 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.