🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-idle-timer

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-idle-timer - npm Package Compare versions

Comparing version

to
4.2.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 4.2.3
- Fixes an issue importing module with typescript (see #72)
### 4.2.2

@@ -2,0 +5,0 @@ - Fixes an issue updating state from inside onIdle (see #71)

6

dist/index.d.ts

@@ -43,6 +43,2 @@ /// <reference types="react"/>

namespace IdleTimer {
}
interface IdleTimerProps {

@@ -114,3 +110,3 @@ ref: (ref: IdleTimer) => any;

export = IdleTimer;
export default IdleTimer;
}
{
"name": "react-idle-timer",
"version": "4.2.2",
"version": "4.2.3",
"description": "Activity detection for React.js",

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