New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners - npm Package Compare versions

Comparing version

to
0.7.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## 0.7.2
- update README demo site url
## 0.7.1

@@ -7,0 +11,0 @@

2

package.json
{
"name": "react-spinners",
"version": "0.7.1",
"version": "0.7.2",
"description": "A collection of react loading spinners",

@@ -5,0 +5,0 @@ "repository": {

@@ -22,3 +22,3 @@ # React Spinners

[Demo Page](https://www.react-spinners.com)
[Demo Page](https://www.davidhu.io/react-spinners)

@@ -28,2 +28,3 @@ ## Installation

With Yarn:
```bash

@@ -43,3 +44,3 @@ yarn add react-spinners

Each loader accepts a `loading` prop as a boolean. The loader will render `null` if `loading` is `false`.
Each loader accepts a `loading` prop as a boolean. The loader will render `null` if `loading` is `false`.

@@ -86,3 +87,3 @@ **IMPORTANT**: This package uses [emotion](https://github.com/emotion-js/emotion). Remember to add the plugin to `.babelrc`, for example:

size={150}
//size={"150px"} this also works
//size={"150px"} this also works
color={"#123abc"}

@@ -89,0 +90,0 @@ loading={this.state.loading}