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.10.4 to 0.10.6

4

CHANGELOG.md

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

## 0.10.5
- **bugfix**: Fixed MoonLoader display issue [#342](https://github.com/davidhu2000/react-spinners/pull/342)
## 0.10.4

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

2

MoonLoader.js

@@ -69,3 +69,3 @@ "use strict";

var value = helpers_1.parseLengthAndUnit(size || Loader.defaultProps.size).value;
return core_1.css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n "], ["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n "])), _this.ballStyle(value), _this.moonSize(), color);
return core_1.css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n position: absolute;\n "], ["\n ", ";\n border: ", "px solid ", ";\n opacity: 0.1;\n box-sizing: content-box;\n position: absolute;\n "])), _this.ballStyle(value), _this.moonSize(), color);
};

@@ -72,0 +72,0 @@ return _this;

{
"name": "react-spinners",
"version": "0.10.4",
"version": "0.10.6",
"description": "A collection of react loading spinners",

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

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