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.

8 lines (7 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNewInstrumentationUnitTest = isNewInstrumentationUnitTest; const envToBool_1 = require("./envToBool"); function isNewInstrumentationUnitTest() { return (0, envToBool_1.envToBool)(process.env.AIKIDO_TEST_NEW_INSTRUMENTATION); }