Socket
Socket
Sign inDemoInstall

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.7.0 to 3.7.1

4

CHANGELOG.md
# Changelog
## v3.7.1
- ignore ci detection when CI is set to `'false'` [24cc450](https://github.com/watson/ci-info/commit/24cc450)
## v3.7.0

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

5

index.js

@@ -57,3 +57,4 @@ 'use strict'

exports.isCI = !!(
env.BUILD_ID || // Jenkins, Cloudbees
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
(env.BUILD_ID || // Jenkins, Cloudbees
env.BUILD_NUMBER || // Jenkins, TeamCity

@@ -68,3 +69,3 @@ env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari

exports.name ||
false
false)
)

@@ -71,0 +72,0 @@

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

@@ -25,2 +25,8 @@ "main": "index.js",

],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
"scripts": {

@@ -27,0 +33,0 @@ "lint:fix": "standard --fix",

@@ -65,3 +65,3 @@ # ci-info

| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ |
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | ✅ |
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | 🚫 |
| [Render](https://render.com/) | `ci.RENDER` | ✅ |

@@ -68,0 +68,0 @@ | [Sail CI](https://sail.ci/) | `ci.SAIL` | ✅ |

Sorry, the diff of this file is not supported yet

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