e18e/Dependency Diff

Summarise differences between dependency versions when upgrading.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-refBase ref to compare against (defaults to main or PR target)no
github-tokenThe GitHub token for authentication.yes${{ github.token }}
pr-numberThe number of the pull request to comment on.yes${{ github.event.pull_request.number }}
dependency-thresholdThreshold for warning about significant increase in number of dependenciesno10
size-thresholdThreshold (in bytes) for warning about significant increase in package sizeno100000
base-packagesGlob pattern for base branch pack files (e.g., "./base-packs/*.tgz")no
source-packagesGlob pattern for source branch pack files (e.g., "./source-packs/*.tgz")no
pack-size-thresholdThreshold (in bytes) for warning about significant increase in total pack size. Set to -1 to always report size changes.no50000
duplicate-thresholdThreshold for warning about packages with multiple versionsno1
detect-replacementsDetect modules which have community suggested alternativesnotrue
working-directoryWorking directory to scan for package lock fileno
modeRun mode. "comment" posts a PR comment directly, "artifact" writes a JSON file containing the comment body and PR number, "comment-from-artifact" reads a previously written artifact file and posts it as a PR comment.nocomment
artifact-pathPath to the artifact JSON file. Required when mode is "comment-from-artifact".no
namedescription
artifact-pathPath to the artifact JSON file. Set when mode is "artifact".