actions-marketplace-validations/HelloWorldActionGabrielGn
Wait a designated number of milliseconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filepath | package.json path | no | ./package.json |
| packageName | name of package to look for on NPM. If not proveded, will use "name" value on package.json file | no | — |
Outputs
| name | description |
|---|---|
| content | Readfile content in json format |
| packageName | Name of the package in package.json. Eg: @mprisma/components |
| version | Package json value. Eg: 1.0.2 |
| npmVersions | All existing versions of the package on npm. Eg: ["0.0.1","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7"] |
| changed | If package version exists is not available on npm. Eg: true | false |