UNPKG

@aikidosec/firewall

Version:

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

13 lines (12 loc) 385 B
import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class MongoDB implements Wrapper { private inspectFilter; private inspectBulkWriteOperation; private inspectBulkWrite; private inspectAggregate; private inspectOperation; private inspectDistinct; private wrapCollection; wrap(hooks: Hooks): void; }