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) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportingAPIThatThrows = void 0; class ReportingAPIThatThrows { async report(token, event, timeoutInMS) { throw new Error("Failed to report event"); } } exports.ReportingAPIThatThrows = ReportingAPIThatThrows;