
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Interact with Concourse API from a node application.
I do not work for Concourse.
This library doesn't provide the full coverage of Concourse API. I've only built as much as necessary for my current needs.
Hopefully I'll get some time in the future to cover more endpoints.
The full list of endpoints available can be found here.
Feel free to raise any PRs adding extra coverage.
The real need behind this project, is ability to use Concourse as an engine for running CI/CD for PaaS tenants, without exposing them to Concourse interface.
Think: GitHub Actions, DigitalOcean App Deployments, Heroku Deployments.
Majority of the tests are written as integration tests, and there is very little unit tests as it stands.
You can test locally, by running the Concourse in docker-compose setup,
or setting CONCOURSE_API, CONCOURSE_PASSWORD, CONCOURSE_USERNAME environment variables.
To run all the tests integration and unit, run:
npm run test
FAQs
Interact with Concourse API from a node application.
We found that concourse 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.