Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/diff

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/diff

Diff all packages or a single package since the last release

  • 6.6.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created

What is @lerna/diff?

@lerna/diff is a part of the Lerna monorepo management toolset. It is used to show the git diff of all packages or a specific package since the last release. This is particularly useful in a monorepo setup where multiple packages are managed within a single repository.

What are @lerna/diff's main functionalities?

Show diff for all packages

This command shows the git diff for all packages in the monorepo since the last release. It helps in understanding what changes have been made across the entire repository.

npx lerna diff

Show diff for a specific package

This command shows the git diff for a specific package in the monorepo since the last release. Replace <package-name> with the actual name of the package. This is useful for focusing on changes made to a particular package.

npx lerna diff <package-name>

Other packages similar to @lerna/diff

Keywords

FAQs

Package last updated on 04 May 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc