UNPKG

verdaccio-audit

Version:

Verdaccio Middleware plugin to bypass npmjs audit

7 lines (6 loc) 126 B
export interface ConfigAudit { enabled: boolean; max_body?: string; strict_ssl?: boolean; timeout?: number; }