
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
react-spinners-css
Advanced tools
[](https://bit.cloud/joshk/react-spinners-css) [](https://www.npmjs.com/package/react-spinners-css) [:
npm config set @joshk:registry="https://node-registry.bit.cloud"
and use your favorite package manager:
npm i @joshk/react-spinners-css.heart
yarn add @joshk/react-spinners-css.heart
bit install @joshk/react-spinners-css.heart
//using npm or yarn
import { Circle, Heart } from 'react-spinners-css';
//using bit
import { Facebook } from '@joshk/react-spinners-css.facebook';
...
render() {
return(
<div>
<Circle /> //default color is #7f58af
<Circle color="red" />
<Circle color="#be97e8" size={200} /> //size prop is number in pixel
<Heart />
<Facebook /> //default color is #7f58af
<Facebook color="red" />
</div>
)
}
You can see the components locally by cloning this repo and doing the following steps:
bit start
.If you like to support my open-source contributions please star and share this project. 💫
FAQs
[](https://bit.cloud/joshk/react-spinners-css) [](https://www.npmjs.com/package/react-spinners-css) [![GitHub stars](htt
The npm package react-spinners-css receives a total of 369 weekly downloads. As such, react-spinners-css popularity was classified as not popular.
We found that react-spinners-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.