UNPKG

@snyk/protect

Version:

Snyk protect library and utility

5 lines (4 loc) 377 B
export declare function createOldStylePatchAppliedFlagFilename(vulnId: string): string; export declare function applyPatchToFile(patchContents: string, baseFolder: string, vulnId: string): string; export declare function extractTargetFilePathFromPatch(patchContents: string): string; export declare function patchString(patchContents: string, contentsToPatch: string): string;