UNPKG

@nodesecure/scanner

Version:

A package API to run a static analysis of your module's dependencies.

12 lines 458 B
import type { PackageJSON, WorkspacesPackageJSON, PackumentVersion } from "@nodesecure/npm-types"; export declare function getLinks(packumentVersion: PackumentVersion): { npm: string; homepage: string | null; repository: string | null; }; export declare function getManifestLinks(manifest: PackageJSON | WorkspacesPackageJSON): { npm: null; homepage: string | null; repository: string | null; }; //# sourceMappingURL=getLinks.d.ts.map