
Research
SAP CAP npm Packages Hit by Mini Shai-Hulud Supply Chain Attack
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
vue-radial-progress
Advanced tools
A radial progress bar component for Vue.js.
$ npm install vue-radial-progress
<template>
<radial-progress-bar :diameter="200"
:completed-steps="completedSteps"
:total-steps="totalSteps">
<p>Total steps: {{ totalSteps }}</p>
<p>Completed steps: {{ completedSteps }}</p>
</radial-progress-bar>
</template>
<script>
import RadialProgressBar from 'vue-radial-progress';
export default {
data() {
return {
completedSteps: 0,
totalSteps: 10
}
},
components: {
RadialProgressBar
}
}
</script>
diameter
Diameter of the progress bar circle in pixels. Default: 200
totalSteps
Total number of steps.
completedSteps
Number of steps in the progress that have been completed.
startColor
Start color of the progress bar gradient. Default: #bbff42
stopColor
Stop color of the progress bar gradient. Default: #429321
innerStrokeColor
Color of the background of the progress bar. Default: #323232
strokeWidth
The width of the progress bar. Default: 10
animateSpeed
The amount of time in milliseconds to animate one step. Default: 1000
npm run lint
npm run dev
FAQs
A radial progress bar component for Vue.js
The npm package vue-radial-progress receives a total of 9,705 weekly downloads. As such, vue-radial-progress popularity was classified as popular.
We found that vue-radial-progress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.