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.11 to 0.0.12

8

dist/spinners/PacmanLoader.js

@@ -202,4 +202,4 @@ (function (global, factory) {

color: _propTypes2.default.string,
size: _propTypes2.default.string,
margin: _propTypes2.default.string
size: _propTypes2.default.number,
margin: _propTypes2.default.number

@@ -212,4 +212,4 @@ /**

color: '#ffffff',
size: '25px',
margin: '2px'
size: 25,
margin: 2
};

@@ -216,0 +216,0 @@

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

color: '#ffffff',
size: '50px',
size: '15px',
margin: '2px'

@@ -182,0 +182,0 @@ };

{
"name": "react-spinners",
"version": "0.0.11",
"version": "0.0.12",
"description": "A collection of react loading spinners",

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

@@ -127,4 +127,4 @@ import React from 'react';

color: PropTypes.string,
size: PropTypes.string,
margin: PropTypes.string
size: PropTypes.number,
margin: PropTypes.number
}

@@ -138,6 +138,6 @@

color: '#ffffff',
size: '25px',
margin: '2px'
size: 25,
margin: 2
}
export default Loader;

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

color: '#ffffff',
size: '50px',
size: '15px',
margin: '2px'

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