
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@actionsflow/trigger-npm
Advanced tools
@actionsflow/trigger-npm
This is an npm trigger of Actionsflow. Any new version of some package in NPM will trigger the trigger.
This is an official trigger, you don't need to install it manually.
on:
npm:
name: actionsflow
name
, required, string
or string[]
, when name
is string[]
, then multiple npm package version updates can trigger the action.You can pass all options supported by package-json
.
You can use General Config for Actionsflow Trigger for more customization.
This trigger's outputs will be the meta of the package.
An outputs example:
{
"name": "actionsflow",
"version": "0.3.12",
"dependencies": {
"@actions/github": "^4.0.0",
"@actionsflow/trigger-aws_sns": "^0.1.45",
"@actionsflow/trigger-google_form": "^0.1.6",
"@actionsflow/trigger-reddit": "^0.1.41",
"@actionsflow/trigger-slack": "^0.1.46",
"@actionsflow/trigger-telegram_bot": "^0.1.46",
"@actionsflow/trigger-trello": "^0.1.6",
"@actionsflow/trigger-twitter": "^0.1.43",
"@actionsflow/trigger-typeform": "^0.1.45",
"@babel/polyfill": "^7.11.5",
"@octokit/core": "^3.1.2",
"@types/fs-extra": "^9.0.1",
"@types/imap-simple": "^4.2.3",
"@types/js-yaml": "^3.12.5",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.get": "^4.4.6",
"@types/mailparser": "^2.7.3",
"@types/semver": "^7.3.4",
"@types/update-notifier": "^4.1.1",
"@types/xml2js": "^0.4.5",
"actionsflow-core": "^0.1.43",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"imap-simple": "^5.0.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"loglevel": "^1.6.8",
"mailparser": "^3.0.0",
"resolve-cwd": "^3.0.0",
"semver": "^7.3.2",
"update-notifier": "^4.1.0",
"yargs": "^15.4.1"
},
"bin": { "actionsflow": "cli.js" },
"engines": { "node": ">=10.4" }
}
You can use the outputs like this:
on:
npm:
name: actionsflow
jobs:
print:
name: Print
runs-on: ubuntu-latest
steps:
- name: Print Outputs
env:
version: ${{ on.npm.outputs.version) }}
run: |
echo version: $version
FAQs
Actionsflow trigger npm
The npm package @actionsflow/trigger-npm receives a total of 1 weekly downloads. As such, @actionsflow/trigger-npm popularity was classified as not popular.
We found that @actionsflow/trigger-npm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.