Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
react-spinner
Advanced tools
Zero configuration loading spinner.
Live demo from the example folder. (To build it locally, clone this repo, npm install && npm start
then open http://localhost:3000/example/)
Bower:
bower install react-spinner
Npm:
npm install react-spinner
Plain old script tag:
<script src="path/to/react-spinner/build/index.js"></script>
(Compatible with CommonJS, e.g. Browserify.)
The CSS file:
<link rel="stylesheet" type="text/css" href="path/to/react-spinner.css">
The spinner
Adds the spinner, which centers itself based on its container's dimensions. If those are not predefined, simply manually center it by adding more style rules to the exposed .react-spinner
class here.
You can also override the .react-spinner
's width
and height
if you want a bigger or smaller spinner. Everything resizes correctly.
MIT.
FAQs
Zero configuration loading spinner.
We found that 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.