You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-timer-hook

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timer-hook - npm Package Compare versions

Comparing version

to
4.0.1

5

dist/index.d.ts

@@ -5,3 +5,3 @@ interface TimerSettings {

onExpire?: () => void;
enableMilliseconds?: boolean;
interval?: number;
}

@@ -29,3 +29,3 @@

offsetTimestamp?: Date;
enableMilliseconds?: boolean;
interval?: number;
}

@@ -51,2 +51,3 @@

format?: '12-hour';
interval?: number;
}

@@ -53,0 +54,0 @@

2

package.json
{
"name": "react-timer-hook",
"version": "4.0.0",
"version": "4.0.1",
"description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.",

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