UNPKG

verdaccio-audit

Version:

Verdaccio Middleware plugin to bypass npmjs audit

6 lines (5 loc) 146 B
import { Config } from '@verdaccio/types'; export interface ConfigAudit extends Config { enabled: boolean; strict_ssl?: boolean | void; }