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

react-spinners-css

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners-css - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

dist/Ellipsis/index.js

@@ -12,2 +12,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

var color = _ref.color,
size = _ref.size,
className = _ref.className,

@@ -27,3 +28,6 @@ style = _ref.style;

className: "lds-ellipsis ".concat(className),
style: _objectSpread({}, style)
style: _objectSpread({}, style, {
width: size,
height: size
})
}, circles);

@@ -33,4 +37,5 @@ }

color: '#7f58af',
size: 80,
className: '',
style: {}
};

4

dist/Hourglass/index.js

@@ -21,4 +21,4 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

background: color,
'border-width': size,
'border-height': size
borderWidth: size,
borderHeight: size
}

@@ -25,0 +25,0 @@ }));

{
"name": "react-spinners-css",
"version": "1.1.4",
"version": "1.1.5",
"private": false,

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# React Spinners CSS Loaders ([Vue](https://github.com/JoshK2/vue-spinners-css), [Angular](https://github.com/JoshK2/ng-spinners))
[![CircleCI](https://circleci.com/gh/JoshK2/react-spinners-css.svg?style=svg)](https://circleci.com/gh/JoshK2/react-spinners-css)
[![bit components](https://img.shields.io/badge/dynamic/json.svg?color=6e3991&label=bit%20components&query=payload.totalComponents&url=https%3A%2F%2Fapi.bit.dev%2Fscope%2Fjoshk%2Freact-spinners-css)](https://bit.dev/joshk/react-spinners-css)

@@ -38,4 +39,4 @@ [![npm version](https://badge.fury.io/js/react-spinners-css.svg)](https://www.npmjs.com/package/react-spinners-css)

| `<Default/>` | `#7f58af` | - | `""` | `{}` |
| `<Ellipsis/>` | `#7f58af` | `80` | `""` | `{}` |
| `<DualRing/>` | `#7f58af` | `80` | `""` | `{}` |
| `<Ellipsis/>` | `#7f58af` | - | `""` | `{}` |
| `<Facebook/>` | `#7f58af` | `80` | `""` | `{}` |

@@ -42,0 +43,0 @@ | `<Grid/>` | `#7f58af` | - | `""` | `{}` |

Sorry, the diff of this file is not supported yet

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