actions-marketplace-validations/Check Package Version
Check npm package version and whether it has been published yet
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the npm package | no | . |
| fail-on-new-package | Whether to fail if the package has not been published yet | no | false |
Outputs
| name | description |
|---|---|
| committed-version | Version now commited to the repo |
| published-version | Latest version published to npm, based on `dist-tags` |
| is-new-version | Whether repo version is yet new to npm (`"true"` or `"false"`) |
| is-new-package | Whether repo package has not been published yet (`"true"` or `"false"`) |