New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitlab-ci-env

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-ci-env - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

7

CHANGELOG.md
# Changelog
## v2.5.1 (2020-06-28)
### Fixed
- Removed GitLab variables that are not actually predefined [GitLab MR](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35307) (ARTIFACT_DOWNLOAD_ATTEMPTS, GET_SOURCES_ATTEMPTS, RESTORE_CACHE_ATTEMPTS)
- Updated to latest dependencies
## v2.5.0 (2020-06-22)

@@ -4,0 +11,0 @@

3

index.js

@@ -59,4 +59,2 @@ 'use strict';

job: {
artifactDownloadAttempts: process.env.ARTIFACT_DOWNLOAD_ATTEMPTS,
getSourcesAttempts: process.env.GET_SOURCES_ATTEMPTS,
id: process.env.CI_JOB_ID,

@@ -67,3 +65,2 @@ image: process.env.CI_JOB_IMAGE,

name: process.env.CI_JOB_NAME,
restoreCacheAttempts: process.env.RESTORE_CACHE_ATTEMPTS,
stage: process.env.CI_JOB_STAGE,

@@ -70,0 +67,0 @@ token: process.env.CI_JOB_TOKEN,

{
"name": "gitlab-ci-env",
"version": "2.5.0",
"version": "2.5.1",
"description": "Get built-in environment variables exposed by GitLab CI.",

@@ -40,4 +40,4 @@ "main": "index.js",

"dotenv": "^8.2.0",
"eslint": "^7.3.0",
"eslint-plugin-jest": "^23.16.0",
"eslint": "^7.3.1",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-node": "^11.1.0",

@@ -48,3 +48,3 @@ "eslint-plugin-sonarjs": "^0.5.0",

"invert-kv": "^3.0.1",
"jest": "^26.0.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",

@@ -51,0 +51,0 @@ "markdownlint-cli": "^0.23.1",

@@ -77,4 +77,2 @@ # GitLab CI Env

job: {
artifactDownloadAttempts: 'ARTIFACT_DOWNLOAD_ATTEMPTS',
getSourcesAttempts: 'GET_SOURCES_ATTEMPTS',
id: 'CI_JOB_ID',

@@ -85,3 +83,2 @@ image: 'CI_JOB_IMAGE',

name: 'CI_JOB_NAME',
restoreCacheAttempts: 'RESTORE_CACHE_ATTEMPTS',
stage: 'CI_JOB_STAGE',

@@ -88,0 +85,0 @@ token: 'CI_JOB_TOKEN',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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