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.3.0 to 1.3.1

7

lib/gitlab.js

@@ -14,8 +14,3 @@ // https://docs.gitlab.com/ce/ci/variables/README.html

branch: process.env.CI_COMMIT_REF_NAME,
slug: process.env.CI_REPOSITORY_URL
? process.env.CI_REPOSITORY_URL.split('/')
.slice(3, 5)
.join('/')
.replace('.git', '')
: undefined,
slug: process.env.CI_PROJECT_PATH,
root: process.env.CI_PROJECT_DIR,

@@ -22,0 +17,0 @@ };

2

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

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

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