UNPKG

@aikidosec/firewall

Version:

Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.

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