UNPKG

socket.io-react-hooks-advanced

Version:

A modular and extensible React + Socket.IO hook library designed for real-world applications. Supports namespaced sockets, reconnection strategies, offline queues, latency monitoring, middleware, encryption, and more.

50 lines (49 loc) 1.22 kB
{ "name": "socket.io-react-hooks-advanced", "version": "1.0.8", "description": "A modular and extensible React + Socket.IO hook library designed for real-world applications. Supports namespaced sockets, reconnection strategies, offline queues, latency monitoring, middleware, encryption, and more.\n", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "socket.io", "react", "react-hooks", "hook", "typescript", "socket", "realtime", "websocket", "reconnect", "offline-queue", "latency-monitoring", "encryption", "middleware", "namespaced-socket", "react-socketio", "event-driven", "socketio-client" ], "author": "Jingx", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jingx157/socket.io-react-hooks-advanced" }, "dependencies": { "crypto-js": "^4.1.1", "socket.io-client": "^4.7.2" }, "peerDependencies": { "react": ">=16.0.0" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/node": "^24.0.7", "@types/react": "^18.2.0", "typescript": "^5.3.3" } }