Socket
Socket
Sign inDemoInstall

env-ci

Package Overview
Dependencies
Maintainers
2
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 5.3.0 to 5.3.1

3

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

@@ -24,3 +24,2 @@ "ava": {

"proxyquire": "2.1.3",
"semantic-release": "17.4.7",
"tempy": "0.7.1",

@@ -27,0 +26,0 @@ "xo": "0.28.3"

@@ -1,2 +0,2 @@

// https://help.github.com/en/articles/virtual-environments-for-github-actions#environment-variables
// https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
const {parseBranch} = require('../lib/utils');

@@ -23,3 +23,3 @@

detect({env}) {
return Boolean(env.GITHUB_ACTION);
return Boolean(env.GITHUB_ACTIONS);
},

@@ -26,0 +26,0 @@ configuration({env, cwd}) {

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