Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ci-info

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-info - npm Package Compare versions

Comparing version 3.9.0 to 4.0.0

14

CHANGELOG.md
# Changelog
## v4.0.0
- support Earthly CI [fb8bd85](https://github.com/watson/ci-info/commit/fb8bd85)
- support Prow CI [8e6a591](https://github.com/watson/ci-info/commit/8e6a591)
- support Vela CI [bb13901](https://github.com/watson/ci-info/commit/bb13901)
- support Agola CI [ec4e149](https://github.com/watson/ci-info/commit/ec4e149)
- support Gitea Actions [f6f173f](https://github.com/watson/ci-info/commit/f6f173f)
- run tests on nodejs v20 [bff314d](https://github.com/watson/ci-info/commit/bff314d)
#### Breaking Changes
- remove Shippable CI [2c5571a](https://github.com/watson/ci-info/commit/2c5571a)
- remove Solano CI [d6315fc](https://github.com/watson/ci-info/commit/d6315fc)
## v3.9.0

@@ -4,0 +18,0 @@

7

index.d.ts

@@ -29,2 +29,3 @@ // This file is generated at pre-commit by running `node create-typings.js`.

export const AGOLA: boolean;
export const APPCIRCLE: boolean;

@@ -46,4 +47,6 @@ export const APPVEYOR: boolean;

export const DSARI: boolean;
export const EARTHLY: boolean;
export const EAS: boolean;
export const GERRIT: boolean;
export const GITEA_ACTIONS: boolean;
export const GITHUB_ACTIONS: boolean;

@@ -61,2 +64,3 @@ export const GITLAB: boolean;

export const NEVERCODE: boolean;
export const PROW: boolean;
export const RELEASEHUB: boolean;

@@ -67,4 +71,2 @@ export const RENDER: boolean;

export const SEMAPHORE: boolean;
export const SHIPPABLE: boolean;
export const SOLANO: boolean;
export const SOURCEHUT: boolean;

@@ -75,2 +77,3 @@ export const STRIDER: boolean;

export const TRAVIS: boolean;
export const VELA: boolean;
export const VERCEL: boolean;

@@ -77,0 +80,0 @@ export const APPCENTER: boolean;

{
"name": "ci-info",
"version": "3.9.0",
"version": "4.0.0",
"description": "Get details about the current Continuous Integration environment",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,6 +37,7 @@ # ci-info

| ------------------------------------------------------------------------------- | ----------------------- | ---- |
| [Agola CI](https://agola.io/) | `ci.AGOLA` | ✅ |
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | 🚫 |
| [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | ✅ |
| [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | 🚫 |
| [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | ✅ |
| [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) | `ci.AZURE_PIPELINES` | ✅ |
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | 🚫 |
| [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | `ci.BAMBOO` | 🚫 |

@@ -53,2 +54,3 @@ | [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | `ci.BITBUCKET` | ✅ |

| [dsari](https://github.com/rfinnie/dsari) | `ci.DSARI` | 🚫 |
| [Earthly CI](https://earthly.dev/) | `ci.EARTHLY` | 🚫 |
| [Expo Application Services](https://expo.dev/eas) | `ci.EAS` | 🚫 |

@@ -58,2 +60,3 @@ | [Gerrit CI](https://www.gerritcodereview.com) | `ci.GERRIT` | 🚫 |

| [GitLab CI](https://about.gitlab.com/gitlab-ci/) | `ci.GITLAB` | ✅ |
| [Gitea Actions](https://about.gitea.com/) | `ci.GITEA_ACTIONS` | 🚫 |
| [GoCD](https://www.go.cd/) | `ci.GOCD` | 🚫 |

@@ -69,2 +72,3 @@ | [Google Cloud Build](https://cloud.google.com/build) | `ci.GOOGLE_CLOUD_BUILD` | 🚫 |

| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ |
| [Prow](https://docs.prow.k8s.io/) | `ci.PROW` | 🚫 |
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | 🚫 |

@@ -75,4 +79,2 @@ | [Render](https://render.com/) | `ci.RENDER` | ✅ |

| [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | ✅ |
| [Shippable](https://www.shippable.com/) | `ci.SHIPPABLE` | ✅ |
| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | ✅ |
| [Sourcehut](https://sourcehut.org/) | `ci.SOURCEHUT` | 🚫 |

@@ -83,2 +85,3 @@ | [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | 🚫 |

| [Travis CI](http://travis-ci.org) | `ci.TRAVIS` | ✅ |
| [Vela](https://go-vela.github.io/docs/) | `ci.VELA` | ✅ |
| [Vercel](https://vercel.com/) | `ci.VERCEL` | ✅ |

@@ -124,7 +127,2 @@ | [Visual Studio App Center](https://appcenter.ms/) | `ci.APPCENTER` | 🚫 |

Deprecated vendor constants that will be removed in the next major
release:
- `ci.TDDIUM` (Solano CI) This have been renamed `ci.SOLANO`
## Ports

@@ -131,0 +129,0 @@

[
{
"name": "Agola CI",
"constant": "AGOLA",
"env": "AGOLA_GIT_REF",
"pr": "AGOLA_PULL_REQUEST_ID"
},
{
"name": "Appcircle",

@@ -108,2 +114,7 @@ "constant": "APPCIRCLE",

{
"name": "Earthly",
"constant": "EARTHLY",
"env": "EARTHLY_CI"
},
{
"name": "Expo Application Services",

@@ -119,2 +130,7 @@ "constant": "EAS",

{
"name": "Gitea Actions",
"constant": "GITEA_ACTIONS",
"env": "GITEA_ACTIONS"
},
{
"name": "GitHub Actions",

@@ -205,2 +221,7 @@ "constant": "GITHUB_ACTIONS",

{
"name": "Prow",
"constant": "PROW",
"env": "PROW_JOB_ID"
},
{
"name": "ReleaseHub",

@@ -240,16 +261,2 @@ "constant": "RELEASEHUB",

{
"name": "Shippable",
"constant": "SHIPPABLE",
"env": "SHIPPABLE",
"pr": {
"IS_PULL_REQUEST": "true"
}
},
{
"name": "Solano CI",
"constant": "SOLANO",
"env": "TDDIUM",
"pr": "TDDIUM_PR_ID"
},
{
"name": "Sourcehut",

@@ -289,2 +296,10 @@ "constant": "SOURCEHUT",

{
"name": "Vela",
"constant": "VELA",
"env": "VELA",
"pr": {
"VELA_PULL_REQUEST": "1"
}
},
{
"name": "Vercel",

@@ -291,0 +306,0 @@ "constant": "VERCEL",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc