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

@bitgenics/fab-upload-cli

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgenics/fab-upload-cli - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

lib/utils/environmentVariableUtils.js

@@ -52,3 +52,3 @@ "use strict";

exports.getRepo = (platform) => {
const { TRAVIS_REPO_SLUG, BUILDKITE_REPO, CIRCLE_PROJECT_REPONAME, CI_PROJECT_TITLE } = process.env;
const { TRAVIS_REPO_SLUG, BUILDKITE_REPO, CIRCLE_PROJECT_REPONAME, CI_PROJECT_PATH } = process.env;
switch (platform) {

@@ -62,3 +62,3 @@ case PLATFORMS.TRAVIS:

case PLATFORMS.GITLAB:
return CI_PROJECT_TITLE;
return CI_PROJECT_PATH;
default:

@@ -65,0 +65,0 @@ return "unknown-repo";

{
"name": "@bitgenics/fab-upload-cli",
"version": "0.1.5",
"version": "0.1.6",
"author": "Tom Trinca @plexey",

@@ -5,0 +5,0 @@ "bin": {

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