tjsr/@tjsr/action-npm-outdated

Check for outdated npm packages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dependencyDependency to checkyes
projectThe target project name that must be the owner of the package. This is usually the directory name the package.json file resides under, not the name field in package.jsonno
failOnNoNewVersionWhether the build should fail with an exit code if no new version is available for the specified packagenofalse
skipNpmCiExecuteWhether to skip the npm ci command execution being called implicitlynotrue
projectPathThe path to the project to run npm-related scripts withinno
useLatestWhether to use the latest version of the package rather than the compatible wanted version.nofalse
namedescription
currentThe current version used by the package
hasNewVersionWhether or not there is a new version
latestThe latest version available
wantedThe version wanted by the package
dependentThe dependent package name - should be the same as the project input value