npm-diff
Version updated for https://github.com/stixx/npm-diff to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The npm-diff GitHub Action automates the generation of a formatted diff for changes in the package-lock.json file within pull requests, enabling streamlined review of dependency updates. It provides clean Markdown output with package change metrics, direct links to npm package pages, and compatibility with different npm versions. This action simplifies dependency management by highlighting added, removed, and upgraded packages at a glance.
Release notes
What’s Changed
- Optimize diff generation and add transitive dependency toggle by @stixx in https://github.com/stixx/npm-diff/pull/4
- Added debug information by @stixx in https://github.com/stixx/npm-diff/pull/5
- Modularize codebase and enhance test coverage by @stixx in https://github.com/stixx/npm-diff/pull/6
Full Changelog: https://github.com/stixx/npm-diff/compare/v1...v1.1.0