LockfileDiff
Home > @backstage/cli-node
> LockfileDiff
Represents the difference between two Lockfiles.
Signature:
export type LockfileDiff = {
added: LockfileDiffEntry[];
changed: LockfileDiffEntry[];
removed: LockfileDiffEntry[];
};
References: LockfileDiffEntry