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.

9 lines (8 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLibraryRoot = getLibraryRoot; const path_1 = require("path"); const libraryRoot = (0, path_1.resolve)(__dirname, ".."); function getLibraryRoot() { return libraryRoot; }