You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@lerna-lite/changed

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/changed

Lerna-Lite changed commmand - List local packages that have changed since the last tagged release

4.0.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

License: MIT npm npm

@lerna-lite/changed

(lerna changed) - Changed command [optional] 🕜

List local packages that have changed since the last tagged release

Installation

npm install @lerna-lite/changed -D

# then use it (see usage below)
lerna changed

Usage

The output of lerna changed is a list of packages that would be the subjects of the next lerna version or lerna publish execution.

$ lerna changed
package-1
package-2

Note: lerna.json configuration for lerna publish and lerna version also affects lerna changed, e.g. command.publish.ignoreChanges.

Options

lerna changed supports all of the flags supported by lerna ls:

Unlike lerna ls, however, lerna changed does not support filter options, as filtering is not supported by lerna version or lerna publish.

lerna changed supports the following options of lerna version (the others are irrelevant):

FAQs

Package last updated on 28 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts