UNPKG

@aikidosec/firewall

Version:

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

12 lines (11 loc) 359 B
import type { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class Prisma implements Wrapper { private isNoSQLClient; private getClientSQLDialect; private inspectSQLQuery; private inspectNoSQLQuery; private inspectNoSQLFilter; private onClientOperation; wrap(hooks: Hooks): void; }