UNPKG

cd-ddos-hook

Version:

Send/Receiver For DDoS Detection

10 lines (9 loc) 233 B
class Receiver { constructor(packet) { const data = JSON.parse(packet.data); this.timestamp = data.timestamp; this.type = data.type; this.url = data.url; } } module.exports = Receiver