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-material
Advanced tools
A flashy material-design inspired spinner using purely css
A simple react spinner following Material UI's using only css.
npm install --save react-spinner-material
or
yarn add react-spinner-material
Name | Type | Default | Description |
---|---|---|---|
radius | Number | 40 | The radius of the spinner |
color | String | #333333 | The color of the spinner |
stroke | Number | 5 | The spinner's stroke width |
visible | Boolean | true | Whether to show the spinner or not |
Example:
import Spinner from 'react-spinner-material';
import React, { Component } from 'react';
export default class Example extends Component {
render() {
return (
<div>
<Spinner radius={120} color={"#333"} stroke={2} visible={true} />
</div>
);
}
}
1.3.1
1.3.0
FAQs
A flashy material-design inspired spinner using purely css
The npm package react-spinner-material receives a total of 5,850 weekly downloads. As such, react-spinner-material popularity was classified as popular.
We found that react-spinner-material 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.