New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-timer-and-stopwatch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timer-and-stopwatch - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

2

dist/interfaces/ITimerBase.d.ts

@@ -6,2 +6,3 @@ import { Timestamps, DirectionOfTime, Time } from "../types/types";

intervalRate: number;
/** Whether timer should continue after finished in negative numbers */
continueAfterFinish: boolean;

@@ -19,4 +20,5 @@ directionOfTime: DirectionOfTime;

timeElapsed: number;
/** Time left until timer is finished in milliseconds. For Stopwatch, this is always 0. */
timeLeft: number;
}
//# sourceMappingURL=ITimerBase.d.ts.map

8

package.json
{
"name": "react-timer-and-stopwatch",
"version": "0.6.4",
"version": "0.6.5",
"description": "A countdown timer and stopwatch hook for React",

@@ -26,3 +26,5 @@ "license": "MIT",

"react",
"hook",
"hooks",
"react-hooks",
"timer",

@@ -34,3 +36,5 @@ "timers",

"unix",
"time"
"time",
"timestamp",
"typescript"
],

@@ -37,0 +41,0 @@ "peerDependencies": {

@@ -12,3 +12,3 @@ # React Timer and Stopwatch hook

- [Customization](#customization)
- [Display](#display)
- [timerText](#timerText)
- [Callbacks](#callbacks)

@@ -15,0 +15,0 @@ - [Misc Options](#misc-options)

Sorry, the diff of this file is not supported yet

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