🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@lerna-lite/changed

Package Overview
Dependencies
Maintainers
1
Versions
65
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.3.0
latest
Source
npm
Version published
Weekly downloads
7K
5.53%
Maintainers
1
Weekly downloads
 
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 29 May 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