UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Web Application Firewall that autonomously protects Node.js apps against common and critical attacks

10 lines (9 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRealtimeURL = getRealtimeURL; function getRealtimeURL() { if (process.env.AIKIDO_REALTIME_ENDPOINT) { return new URL(process.env.AIKIDO_REALTIME_ENDPOINT); } return new URL("https://runtime.aikido.dev"); }