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

react-loader-spinner

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loader-spinner - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

.github/workflows/npmpublish.yml

7

dist/index.js

@@ -102,7 +102,12 @@ (function (global, factory) {

(0, _react.useEffect)(function () {
var timer = void 0;
if (props.timeout && props.timeout > 0) {
setTimeout(function () {
timer = setTimeout(function () {
setDisplay(false);
}, props.timeout);
}
return function () {
if (timer) clearTimeout(timer);
};
});

@@ -109,0 +114,0 @@

2

package.json
{
"name": "react-loader-spinner",
"version": "3.1.4",
"version": "3.1.5",
"description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.",

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

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