UNPKG

@dhanush40/npm-guard

Version:

Unified dependency health and supply-chain risk scanner for npm projects

3 lines (2 loc) 111 B
import type { ScanResult } from "./types.js"; export declare function scan(cwd?: string): Promise<ScanResult>;