Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
150
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 0.13.0-beta.7 to 0.13.0

7

CHANGELOG.md

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

## 0.13.0
- Rewrite each loader from the ground up using functional components.
- Replaced `@emotion` with vanilla javascript and inline style to reduce component size by 75%. This project now have 0 dependencies, while continuing to support server side rendering.
- Added support for custom props such as `aria-label`
- renamed `css` prop to `cssOverride` to avoid type conflicts with css-in-js libraries.
## 0.13.0-beta.7

@@ -7,0 +14,0 @@

4

package.json
{
"name": "react-spinners",
"version": "0.13.0-beta.7",
"version": "0.13.0",
"description": "A collection of react loading spinners",

@@ -50,3 +50,3 @@ "repository": {

"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"remove:tag": "npm dist-tag rm react-spinners",
"remove:tag": "npm dist-tag rm react-spinners next",
"publish:next": "npm publish --tag next && npm run clean",

@@ -53,0 +53,0 @@ "storybook": "start-storybook -p 6006",

@@ -23,2 +23,4 @@ # React Spinners

[Storybook](https://www.davidhu.io/react-spinners/storybook/)
## Installation

@@ -25,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc