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) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SQLDialectMySQL = void 0; class SQLDialectMySQL { getWASMDialectInt() { return 8; } getHumanReadableName() { return "MySQL"; } } exports.SQLDialectMySQL = SQLDialectMySQL;