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.13.2 to 0.13.3

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## 0.13.3
- **bugfix**: Fix PuffLoader initial rendering issue
## 0.13.2

@@ -7,0 +11,0 @@

2

cjs/PuffLoader.js

@@ -73,3 +73,3 @@ "use strict";

animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)",
animationDelay: i === 1 ? "1s" : "0s",
animationDelay: i === 1 ? "-1s" : "0s",
};

@@ -76,0 +76,0 @@ };

@@ -48,3 +48,3 @@ var __assign = (this && this.__assign) || function () {

animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)",
animationDelay: i === 1 ? "1s" : "0s",
animationDelay: i === 1 ? "-1s" : "0s",
};

@@ -51,0 +51,0 @@ };

{
"name": "react-spinners",
"version": "0.13.2",
"version": "0.13.3",
"description": "A collection of react loading spinners",

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

@@ -73,3 +73,3 @@ "use strict";

animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)",
animationDelay: i === 1 ? "1s" : "0s",
animationDelay: i === 1 ? "-1s" : "0s",
};

@@ -76,0 +76,0 @@ };

@@ -82,3 +82,3 @@ var __assign = (this && this.__assign) || function () {

animationTimingFunction: "cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1)",
animationDelay: i === 1 ? "1s" : "0s",
animationDelay: i === 1 ? "-1s" : "0s",
};

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