react-timer-and-stopwatch
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "react-timer-and-stopwatch", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A countdown timer and stopwatch hook for React", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -263,3 +263,3 @@ # React Timer and Stopwatch hook | ||
| `togglePause` | function | When called it unpauses if timer/stopwatch is paused, pauses if timer/stopwatch is unpaused | | ||
| `resetTimer` | function | Resets a timer/stopwatch to the beginning with original supplied options | | ||
| `resetTimer` | function | Resets a timer/stopwatch to the beginning with originally supplied options, or with adjusted options, or with replaced options | | ||
| `addTime` | function | Adds time to timer/stopwatch | | ||
@@ -266,0 +266,0 @@ | `subtractTime` | function | Subtracts time from timer/stopwatch | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333829