Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

react-countplus

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-countplus - npm Package Compare versions

Comparing version
1.0.7
to
1.0.8
+12
-2
package.json
{
"name": "react-countplus",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -11,3 +11,13 @@ "type": "module",

},
"keywords": [],
"keywords": [
"react",
"counter",
"animation",
"countup",
"countdown",
"number",
"react-component",
"typescript",
"rollup"
],
"author": "",

@@ -14,0 +24,0 @@ "license": "ISC",

+2
-2

@@ -24,3 +24,3 @@ # react-countplus

<div>
<CountUp
<CountPlus
end={1000}

@@ -45,3 +45,3 @@ duration={5}

The `CountUp` component accepts the following props:
The `CountPlus` component accepts the following props:

@@ -48,0 +48,0 @@ | Prop Name | Type | Description | Default Value |