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
1
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
1.1.9

dist/index.d.ts

3

package.json
{
"name": "react-timer-hook",
"version": "1.1.8",
"version": "1.1.9",
"description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "build:dev": "webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",

@@ -27,2 +27,3 @@ ## react-timer-hook

## `useTimer`
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useTimer.gif" width="250" />

@@ -103,2 +104,3 @@ ### Example

## `useStopwatch`
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useStopwatch.gif" width="250" />

@@ -169,2 +171,3 @@ ### Example

## `useTime`
<img src="https://github.com/amrlabib/react-timer-hook/blob/master/readme-images/useTime.gif" width="250" />

@@ -171,0 +174,0 @@ ### Example

Sorry, the diff of this file is not supported yet