UNPKG

retire

Version:

Retire is a tool for detecting use of vulnerable libraries

3 lines (2 loc) 131 B
import { Component, Repository } from './types'; export declare function deepScan(content: string, repo: Repository): Component[];