Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OutdatedLibrary

import type { OutdatedLibrary } from "https://googleapis.deno.dev/v1/websecurityscanner:v1.ts";

Information reported for an outdated library.

interface OutdatedLibrary {
learnMoreUrls?: string[];
libraryName?: string;
version?: string;
}

§Properties

§
learnMoreUrls?: string[]
[src]

URLs to learn more information about the vulnerabilities in the library.

§
libraryName?: string
[src]

The name of the outdated library.

§
version?: string
[src]

The version number.