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

2

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

@@ -6,0 +6,0 @@ "bugs": {

// https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables
const {prNumber} = require('../lib/utils');
module.exports = {

@@ -10,3 +8,3 @@ detect({env}) {

configuration({env}) {
const pr = env.CIRCLE_PR_NUMBER || prNumber(env.CIRCLE_PULL_REQUEST || env.CI_PULL_REQUEST);
const pr = env.CIRCLE_PR_NUMBER;
const isPr = Boolean(pr);

@@ -13,0 +11,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