Skip to main content
Version: Next

Lockfile.diff()

Home > @backstage/cli-node > Lockfile > diff

Diff with another lockfile, returning entries that have been added, changed, and removed compared to the other lockfile.

Signature:

diff(otherLockfile: Lockfile): LockfileDiff;

Parameters

Parameter

Type

Description

otherLockfile

Lockfile

**Returns:**

LockfileDiff