
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
circular-progress-angular-gradient
Advanced tools
configurable circular progressbar with angular gradient react component

A React Component generates SVG circular progress-bar. Animation uses CSS3 transition.
The easiest way to use circular-progress-angular-gradient is to install it from NPM and import it in your own React Component.
npm install circular-progress-angular-gradient --save
import Progress from 'circular-progress-angular-gradient';
<div>Awesome Progress <Progress percentage={0.5}/></div>
paste following styles into your project styles for progress animation:
@keyframes load {0% {stroke-dashoffset: 0;} }
.circular-progress {
.filling-gradient {animation: load 4s ease-in-out;}
// transform: scale(-1, 1); // horizontal mirroring if needed
}
<Progress
colorEmpty: '#37354F',
colorEnd: '#FADB4D',
colorStart: '#E64D59',
percentage: {0.4},
strokeLinecap: 'round',
strokeWidth: {17},
width: {160}
/>
If using on mobile, don't forget the viewport meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
See LICENSE.txt for details.
FAQs
configurable circular progressbar with angular gradient react component
The npm package circular-progress-angular-gradient receives a total of 0 weekly downloads. As such, circular-progress-angular-gradient popularity was classified as not popular.
We found that circular-progress-angular-gradient 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.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.