Socket
Socket
Sign inDemoInstall

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 3.2.0 to 3.2.1

3

index.js
'use strict';
const process = require('process');
const process = require('process'); // eslint-disable-line node/prefer-global/process
const git = require('./services/git');

@@ -37,3 +37,4 @@

}
return Object.assign({isCi: Boolean(env.CI)}, git.configuration({env, cwd}));
};

@@ -23,2 +23,3 @@ const execa = require('execa');

}
return headRef;

@@ -25,0 +26,0 @@ } catch (error) {

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

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

"execa": "^1.0.0",
"java-properties": "^0.2.9"
"java-properties": "^1.0.0"
},

@@ -22,3 +22,3 @@ "devDependencies": {

"tempy": "^0.2.1",
"xo": "^0.23.0"
"xo": "^0.24.0"
},

@@ -25,0 +25,0 @@ "engines": {

// https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html
/* eslint-disable camelcase */
module.exports = {

@@ -6,0 +4,0 @@ detect({env}) {

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