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.9 to 0.0.10

2

blank_slate.jsx

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

/**
/**
* @return {object} object with ball properties

@@ -23,0 +23,0 @@ */

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

key: 'getCircleStyle',
value: function getCircleStyle() {
value: function getCircleStyle(size) {
return {

@@ -131,0 +131,0 @@ width: size,

{
"name": "react-spinners",
"version": "0.0.9",
"version": "0.0.10",
"description": "A collection of react loading spinners",

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

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

/**
/**
* @return {object} object with ball properties

@@ -28,0 +28,0 @@ */

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

/**
/**
* @return {object} object with ball properties

@@ -41,0 +41,0 @@ */

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

/**
/**
* @return {object} object with ball properties

@@ -16,0 +16,0 @@ */

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

/**
/**
* @return {object} object with ball properties

@@ -34,0 +34,0 @@ */

@@ -43,6 +43,7 @@ import React from 'react';

/**
/**
* @param {string} size circle size
* @return {object} object with ball properties
*/
getCircleStyle() {
getCircleStyle(size) {
return {

@@ -49,0 +50,0 @@ width: size,

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

/**
/**
* @return {object} object with ball properties

@@ -68,0 +68,0 @@ */

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

/**
/**
* @return {object} object with ball properties

@@ -31,0 +31,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