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.0.7 to 0.0.8

2

dist/spinners/FadeLoader.js

@@ -132,3 +132,3 @@ (function (global, factory) {

value: function getPosStyle(i) {
var radius = '20';
var radius = 20;
var quarter = radius / 2 + radius / 5.5;

@@ -135,0 +135,0 @@

@@ -85,3 +85,3 @@ (function (global, factory) {

*/
var animationName = {};
var animations = {};

@@ -88,0 +88,0 @@ var Loader = function (_React$Component) {

{
"name": "react-spinners",
"version": "0.0.7",
"version": "0.0.8",
"description": "A collection of react loading spinners",

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

@@ -57,3 +57,3 @@ import React from 'react';

getPosStyle(i) {
let radius = '20';
let radius = 20;
let quarter = (radius / 2) + (radius / 5.5);

@@ -60,0 +60,0 @@

@@ -9,3 +9,3 @@ import React from 'react';

*/
const animationName = {};
let animations = {};

@@ -35,3 +35,3 @@ class Loader extends React.Component {

if (! animationName) {
if (!animationName) {
let keyframes = {

@@ -79,3 +79,3 @@ '75%': {

this.getBallStyle(i),
this.getAnimationStyle(i),
this.getAnimationStyle(i),
{

@@ -82,0 +82,0 @@ width: 10,

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