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 4.4.0 to 4.5.0

2

index.js

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

jwt: process.env.CI_JOB_JWT,
jwtV1: process.env.CI_JOB_JWT_V1,
jwtV2: process.env.CI_JOB_JWT_V2,
manual: process.env.CI_JOB_MANUAL,

@@ -88,0 +90,0 @@ name: process.env.CI_JOB_NAME,

12

package.json
{
"name": "gitlab-ci-env",
"version": "4.4.0",
"version": "4.5.0",
"description": "Get built-in environment variables exposed by GitLab CI.",

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

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^10.0.0",
"axios": "^0.23.0",
"@aarongoldenthal/eslint-config-standard": "^10.0.2",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"eslint": "^8.1.0",
"eslint": "^8.5.0",
"flat": "^5.0.2",
"invert-kv": "^3.0.1",
"jest": "^27.3.1",
"jest": "^27.4.5",
"jest-junit": "^13.0.0",
"markdownlint-cli": "^0.29.0",
"markdownlint-cli": "^0.30.0",
"tabletojson": "^2.0.7"
}
}

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

jwt: 'CI_JOB_JWT',
jwtV1: 'CI_JOB_JWT_V1',
jwtV2: 'CI_JOB_JWT_V2',
manual: 'CI_JOB_MANUAL',

@@ -97,0 +99,0 @@ name: 'CI_JOB_NAME',

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