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.26 to 0.0.27

.flowconfig

2

dist/spinners/SyncLoader.js

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

size: _propTypes2.default.number,
margin: _propTypes2.default.number
margin: _propTypes2.default.string
};

@@ -175,0 +175,0 @@

@@ -64,3 +64,3 @@ /* global document, window */

</div>
)
);
}

@@ -67,0 +67,0 @@ }

{
"name": "react-spinners",
"version": "0.0.26",
"version": "0.0.27",
"description": "A collection of react loading spinners",

@@ -29,6 +29,7 @@ "repository": {

"testonly": "mocha $npm_package_options_mocha",
"test": "npm run lint",
"test": "npm run lint && npm run flow",
"test-watch": "npm run testonly -- --watch --watch-extensions js",
"build": "$npm_execpath run prepublish && webpack",
"patch": "npm version patch && npm publish"
"patch": "npm version patch && npm publish",
"flow": "./node_modules/.bin/flow check"
},

@@ -53,2 +54,3 @@ "devDependencies": {

"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.50.0",
"prop-types": "^15.5.10",

@@ -55,0 +57,0 @@ "react": "^15.0.0",

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

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

@@ -102,0 +102,0 @@

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