New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

concourse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concourse

Interact with Concourse API from a node application.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Concourse NodeJS SDK

Interact with Concourse API from a node application.

Disclaimer

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.

What's the need?

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.

Testing

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

Keywords

concourse

FAQs

Package last updated on 01 Apr 2021

Did you know?

Socket

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.

Install

Related posts