propertySecurity.Scanner.scanscan: (info: { packages: Package[] }) => Promise<Advisory[]>Performs an advisory check when the user runs bun add <package> [...packages] or a similar command.If this function throws, Bun immediately stops the install and prints the error to the user.
Performs an advisory check when the user runs bun add <package> [...packages] or a similar command.If this function throws, Bun immediately stops the install and prints the error to the user.