Check for outdated or insecure npm packages in an install script like `npm i` or `pnpm add` or `yarn add` or `bun i`.
npm-i-checkerCheck for outdated or insecure npm packages in an install script like npm i or pnpm add or yarn add or bun i.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The install command to check, e.g. `npm i express lodash` or `pnpm add express lodash` or `yarn add express lodash` or `bun i express lodash`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suggestions | Yes |