
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
@hdoc-react/spinner
Advanced tools
Simple spinner component for your React app
npm install @hdoc-react/spinner
import { RingSpinner } from "@hdoc-react/spinner";
function App() {
return (
<>
<RingSpinner />
</>
);
}
size
The size of the spinner.
Type: 'small' | 'large'
speed
The speed of the spinner.
Type: 'slow' | 'fast'
color
The color of the spinner.
Type: 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'
className
Additional class names for extending styles.
Type: string
You can customize the spinner by using the following CSS custom properties:
.any-parent-of-spinner,
.class-to-extend-styles {
--spinner-size: 24px;
--spinner-color: black; /* default color */
--spinner-animation-duration: 1s;
/* COLOR VARIANTS */
--primary: lightblue;
--secondary: lightgray;
--error: red;
--warning: orange;
--info: skyblue;
--success: green;
}
.ring-spinner
The base styles for the spinner
.spinner--small
The small styles for the spinner
.spinner--large
The large styles for the spinner
.spinner--slow
The slow styles for the spinner
.spinner--fast
The fast styles for the spinner
.spinner--primary
The primary styles for the spinner
.spinner--secondary
The secondary styles for the spinner
.spinner--error
The error styles for the spinner
.spinner--warning
The warning styles for the spinner
.spinner--info
The info styles for the spinner
.spinner--success
The success styles for the spinner
FAQs
Simple spinner component for your React app
We found that @hdoc-react/spinner 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
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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.