hugorcd/Package Version Change Detector
Detects version changes in package.json file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to package.json file | no | ./package.json |
| token | A GitHub token to use when running on private repos | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| has_changed | True if version has changed |
| old_version | Previous version |
| new_version | Current version |