Files
pnpm/lockfile/plugin-commands-audit
Zoltan Kochan 5d5818e44f style: enforce node: protocol for builtin imports (#10951)
Add n/prefer-node-protocol rule and autofix all bare builtin imports
to use the node: prefix. Simplify the simple-import-sort builtins
pattern to just ^node: since all imports now use the prefix.
2026-03-13 07:59:51 +01:00
..
2025-10-28 17:35:21 +01:00

@pnpm/plugin-commands-audit

pnpm commands for dependencies audit

npm version

Installation

pnpm add @pnpm/plugin-commands-audit

Testing

In order to have stable tests, the responses from the registry are mocked. To update the mocks, run:

pnpm run update-responses

License

MIT