Socket
Socket
Sign inDemoInstall

ci-info

Package Overview
Dependencies
0
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.1 to 3.6.2

4

CHANGELOG.md
# Changelog
## v3.6.2
- fix VERCEL environment detection ([#98](https://github.com/watson/ci-info/pull/98))
## v3.6.1

@@ -4,0 +8,0 @@

16

index.d.ts

@@ -0,1 +1,3 @@

// This file is generated at pre-commit by running `node create-typings.js`.
/**

@@ -27,5 +29,6 @@ * Returns a boolean. Will be `true` if the code is running on a CI server,

export const APPCIRCLE: boolean;
export const APPVEYOR: boolean;
export const CODEBUILD: boolean;
export const AZURE_PIPELINES: boolean;
export const APPCIRCLE: boolean;
export const BAMBOO: boolean;

@@ -38,5 +41,4 @@ export const BITBUCKET: boolean;

export const CIRRUS: boolean;
export const CODEBUILD: boolean;
export const CODEFRESH: boolean;
export const CODEMAGIC: boolean;
export const CODEFRESH: boolean;
export const CODESHIP: boolean;

@@ -46,3 +48,2 @@ export const DRONE: boolean;

export const EAS: boolean;
export const GERRIT: boolean;
export const GITHUB_ACTIONS: boolean;

@@ -52,6 +53,7 @@ export const GITLAB: boolean;

export const GOOGLE_CLOUD_BUILD: boolean;
export const LAYERCI: boolean;
export const GERRIT: boolean;
export const HEROKU: boolean;
export const HUDSON: boolean;
export const JENKINS: boolean;
export const LAYERCI: boolean;
export const MAGNUM: boolean;

@@ -62,4 +64,4 @@ export const NETLIFY: boolean;

export const SAIL: boolean;
export const SCREWDRIVER: boolean;
export const SEMAPHORE: boolean;
export const SCREWDRIVER: boolean;
export const SHIPPABLE: boolean;

@@ -73,4 +75,4 @@ export const SOLANO: boolean;

export const APPCENTER: boolean;
export const WOODPECKER: boolean;
export const XCODE_CLOUD: boolean;
export const XCODE_SERVER: boolean;
export const WOODPECKER: boolean;
{
"name": "ci-info",
"version": "3.6.1",
"version": "3.6.2",
"description": "Get details about the current Continuous Integration environment",

@@ -27,6 +27,8 @@ "main": "index.js",

"lint:fix": "standard --fix",
"test": "standard && node test.js"
"test": "standard && node test.js",
"prepare": "husky install"
},
"devDependencies": {
"clear-module": "^4.1.2",
"husky": "^8.0.2",
"standard": "^17.0.0",

@@ -33,0 +35,0 @@ "tape": "^5.6.1"

@@ -224,3 +224,3 @@ [

"constant": "VERCEL",
"env": { "any": ["NOW_BUILDER", "VERCEL_URL"] }
"env": { "any": ["NOW_BUILDER", "VERCEL"] }
},

@@ -227,0 +227,0 @@ {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc