UNPKG

snyk-nuget-plugin

Version:
5 lines (4 loc) 420 B
import * as depGraphLib from '@snyk/dep-graph'; import { AssemblyVersions, ProjectAssets, PublishedProjectDeps } from '../types'; export declare const FILTERED_DEPENDENCY_PREFIX: string[]; export declare function parse(projectName: string, projectAssets: ProjectAssets, publishedProjectDeps: PublishedProjectDeps, runtimeAssembly: AssemblyVersions, useFixForImprovedDotnetFalsePositives: boolean): depGraphLib.DepGraph;