UNPKG

retire

Version:

Retire is a tool for detecting use of vulnerable libraries

11 lines (10 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.severityLevels = void 0; exports.severityLevels = { none: 0, low: 1, medium: 2, high: 3, critical: 4, };