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 6.3.0 to 6.4.0

7

index.d.ts

@@ -23,2 +23,3 @@ export namespace chat {

const tag: string;
const tagMessage: string;
const timestamp: string;

@@ -214,5 +215,9 @@ const title: string;

}
export namespace runner {
export namespace release {
const description_2: string;
export { description_2 as description };
}
export namespace runner {
const description_3: string;
export { description_3 as description };
export const executableArch: string;

@@ -219,0 +224,0 @@ const id_7: string;

@@ -35,2 +35,3 @@ 'use strict';

tag: process.env.CI_COMMIT_TAG,
tagMessage: process.env.CI_COMMIT_TAG_MESSAGE,
timestamp: process.env.CI_COMMIT_TIMESTAMP,

@@ -184,2 +185,5 @@ title: process.env.CI_COMMIT_TITLE

},
release: {
description: process.env.CI_RELEASE_DESCRIPTION
},
runner: {

@@ -186,0 +190,0 @@ description: process.env.CI_RUNNER_DESCRIPTION,

10

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

@@ -47,7 +47,7 @@ "main": "index.js",

"@aarongoldenthal/eslint-config-standard": "^17.0.1",
"axios": "^0.27.2",
"dotenv": "^16.0.2",
"eslint": "^8.24.0",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"flat": "^5.0.2",
"jest": "^29.1.1",
"jest": "^29.2.1",
"jest-junit": "^14.0.1",

@@ -54,0 +54,0 @@ "markdownlint-cli": "^0.32.2",

@@ -44,2 +44,3 @@ # GitLab CI Env

tag: 'CI_COMMIT_TAG',
tagMessage: 'CI_COMMIT_TAG_MESSAGE',
timestamp: 'CI_COMMIT_TIMESTAMP',

@@ -186,2 +187,5 @@ title: 'CI_COMMIT_TITLE',

},
release: {
description: 'CI_RELEASE_DESCRIPTION'
},
runner: {

@@ -188,0 +192,0 @@ description: 'CI_RUNNER_DESCRIPTION',

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