🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-animated-numbers

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-numbers - npm Package Compare versions

Comparing version

to
0.2.1

2

package.json
{
"name": "react-animated-numbers",
"version": "0.2.0",
"version": "0.2.1",
"description": "Library showing animation of number changes in react.js",

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

@@ -24,3 +24,3 @@ <a href="https://www.npmjs.com/package/react-animated-numbers">

| animateToNumber | number | none | Number to be animated |
| animationType | `"calm" | "random"` | "random"| Decide whether to increase sequentially, starting with the smallest number|
| animationType | "calm" or "random"` | "random"| Decide whether to increase sequentially, starting with the smallest number|
| fontStyle | React.CSSProperties? | none | Style of number text |

@@ -104,7 +104,1 @@ | includeComma | boolean? | false | Whether the number contains commas |

```
### ScreenShot
<img src="./images/example.gif" alt="example" />