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

ci-info

Package Overview
Dependencies
Maintainers
1
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 1.3.1 to 1.4.0

CHANGELOG.md

11

index.js

@@ -12,2 +12,3 @@ 'use strict'

['CIRCLE', 'CircleCI', 'CIRCLECI'],
['CIRRUS', 'Cirrus CI', 'CIRRUS_CI'],
['CODEBUILD', 'AWS CodeBuild', 'CODEBUILD_BUILD_ARN'],

@@ -22,2 +23,3 @@ ['CODESHIP', 'Codeship', {CI_NAME: 'codeship'}],

['SEMAPHORE', 'Semaphore', 'SEMAPHORE'],
['SHIPPABLE', 'Shippable', 'SHIPPABLE'],
['SOLANO', 'Solano CI', 'TDDIUM'],

@@ -32,2 +34,7 @@ ['STRIDER', 'Strider CD', 'STRIDER'],

// Used for testinging only
Object.defineProperty(exports, '_vendors', {
value: vendors.map(function (v) { return v[0] })
})
exports.name = null

@@ -49,4 +56,4 @@

exports.isCI = !!(
env.CI || // Travis CI, CircleCI, Gitlab CI, Appveyor, CodeShip
env.CONTINUOUS_INTEGRATION || // Travis CI
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
env.BUILD_NUMBER || // Jenkins, TeamCity

@@ -53,0 +60,0 @@ exports.name ||

6

package.json
{
"name": "ci-info",
"version": "1.3.1",
"version": "1.4.0",
"description": "Get details about the current Continuous Integration environment",

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

"coordinates": [
55.777514,
12.592202
55.0113914,
14.9747494
]
}

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

```
```bash
npm install ci-info --save

@@ -42,2 +42,3 @@ ```

- [CircleCI](http://circleci.com)
- [Cirrus CI](https://cirrus-ci.org)
- [Codeship](https://codeship.com)

@@ -51,2 +52,3 @@ - [Drone](https://drone.io)

- [Semaphore](https://semaphoreci.com)
- [Shippable](https://www.shippable.com/)
- [Solano CI](https://www.solanolabs.com/)

@@ -91,2 +93,3 @@ - [Strider CD](https://strider-cd.github.io/)

- `ci.CIRCLE`
- `ci.CIRRUS`
- `ci.CODEBUILD`

@@ -100,4 +103,5 @@ - `ci.CODESHIP`

- `ci.MAGNUM`
- `ci.SEMAPHORE`
- `ci.SHIPPABLE`
- `ci.SOLANO`
- `ci.SEMAPHORE`
- `ci.STRIDER`

@@ -104,0 +108,0 @@ - `ci.TASKCLUSTER`

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