Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@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
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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.