API/api.medcify.app/node_modules/snyk/dist/lib/protect-update-notification.d.ts
2022-09-26 11:41:44 +05:30

5 lines
405 B
TypeScript

export declare function getProtectUpgradeWarningForPaths(packageJsonPaths: string[]): string;
export declare function packageJsonFileExistsInDirectory(directoryPath: string): boolean;
export declare function checkPackageJsonForSnykDependency(packageJsonPath: string): boolean;
export declare function getPackageJsonPathsContainingSnykDependency(fileOption: string | undefined, paths: string[]): string[];