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

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.0.3 to 5.0.4

10

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

@@ -97,3 +97,4 @@ "ava": {

"semantic-release": "semantic-release",
"test": "xo && nyc ava -v"
"test": "npm run lint && npm run test:ci",
"test:ci": "nyc ava -v"
},

@@ -106,3 +107,8 @@ "xo": {

}
},
"renovate": {
"extends": [
"github>semantic-release/.github"
]
}
}

2

services/github.js

@@ -26,3 +26,3 @@ // https://help.github.com/en/articles/virtual-environments-for-github-actions#environment-variables

configuration({env, cwd}) {
const isPr = env.GITHUB_EVENT_NAME === 'pull_request';
const isPr = env.GITHUB_EVENT_NAME === 'pull_request' || env.GITHUB_EVENT_NAME === 'pull_request_target';
const branch = parseBranch(env.GITHUB_REF);

@@ -29,0 +29,0 @@

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