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

env-ci

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-ci - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

lib/bitrise.js

1

index.js

@@ -8,2 +8,3 @@ 'use strict';

bamboo: require('./lib/bamboo'),
bitrise: require('./lib/bitrise'),
buildkite: require('./lib/buildkite'),

@@ -10,0 +11,0 @@ circleci: require('./lib/circleci'),

7

package.json
{
"name": "env-ci",
"description": "Get environment variables exposed by CI services",
"version": "1.2.1",
"version": "1.3.0",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",

@@ -14,3 +14,3 @@ "bugs": {

"devDependencies": {
"ava": "^0.24.0",
"ava": "^0.25.0",
"codecov": "^3.0.0",

@@ -21,3 +21,3 @@ "eslint-config-prettier": "^2.9.0",

"prettier": "~1.10.0",
"semantic-release": "^11.0.0",
"semantic-release": "^12.2.2",
"tempy": "^0.2.1",

@@ -37,2 +37,3 @@ "xo": "^0.18.2"

"bamboo",
"bitrise",
"buildkite",

@@ -39,0 +40,0 @@ "ci",

@@ -46,2 +46,3 @@ # env-ci

| [Bamboo](https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html) | `bamboo` | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ |
| [Bitrise](http://devcenter.bitrise.io/faq/available-environment-variables/#exposed-by-bitriseio) | `bitrise` | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ |
| [Buildkite](https://buildkite.com/docs/builds/environment-variables) | `buildkite` | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |

@@ -48,0 +49,0 @@ | [Circleci](https://circleci.com/docs/1.0/environment-variables) | `circleci` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |

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