UNPKG

use-online-status-hook

Version:
39 lines (38 loc) 943 B
{ "name": "use-online-status-hook", "version": "1.0.3", "description": "A React hook to track online/offline status.", "main": "src/useOnlineStatus.js", "repository": { "type": "git", "url": "https://github.com/Prashanth25111999/use-online-status-hook.git" }, "bugs": { "url": "https://github.com/Prashanth25111999/use-online-status-hook/issues" }, "homepage": "https://github.com/Prashanth25111999/use-online-status-hook#readme", "keywords": [ "react", "hook", "custom-hook", "online", "offline", "connectivity", "internet-status", "network-status", "online-status", "react-hook", "navigator.online", "network-check", "internet-check", "react-internet-status", "react-network-status", "status-detector", "connection-status" ], "author": "Prashanth H T", "license": "ISC", "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }