UNPKG

secure-rate-limiter

Version:

Advanced rate-limiting with bot detection, behavioral analysis, and DDoS protection

35 lines 726 B
{ "name": "secure-rate-limiter", "version": "4.0.0", "description": "Advanced rate-limiting with bot detection, behavioral analysis, and DDoS protection", "main": "index.js", "scripts": { "test": "node test/stress-test.js" }, "keywords": [ "rate-limiting", "security", "bot-detection", "ddos-protection", "middleware", "express", "burst-protection", "ip-banning" ], "author": "Faydevlop", "license": "MIT", "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "https://github.com/faydevlop/secure-rate-limiter.git" }, "dependencies": {}, "devDependencies": {}, "files": [ "index.js", "README.md", "LICENSE" ] }