@lockfile-affected/lockfile-pnpm
v2.1.0
Published
pnpm-lock.yaml adapter for lockfile-affected
Downloads
77
Maintainers
Readme
@lockfile-affected/lockfile-pnpm
Warning: This tool is still in early development. The API may change, and some features are incomplete or not yet fully tested. Use in production at your own risk.
pnpm-lock.yaml adapter for lockfile-affected.
Minimal usage
Parse lockfile content into a normalized name -> version snapshot.
import { pnpmLockfileParser } from '@lockfile-affected/lockfile-pnpm';
const snapshot = await pnpmLockfileParser.parse(lockfileContent);The parser implements the LockfileParser interface from @lockfile-affected/core.
Installation
npm install @lockfile-affected/lockfile-pnpmFor Git-based and CI usage patterns, see
lockfile-affected
or the CLI README.
