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 8.0.0 to 8.1.0

1

index.d.ts

@@ -144,2 +144,3 @@ declare const _exports: Readonly<{

iid: string;
name: string;
source: string;

@@ -146,0 +147,0 @@ triggerPayload: string;

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

iid: process.env.CI_PIPELINE_IID,
name: process.env.CI_PIPELINE_NAME,
source: process.env.CI_PIPELINE_SOURCE,

@@ -164,0 +165,0 @@ triggerPayload: process.env.TRIGGER_PAYLOAD,

20

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

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

"lint-md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"prettier-check": "prettier --check --ignore-path=.gitignore .",
"prettier-fix": "prettier --write --ignore-path=.gitignore .",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write .",
"start": "node index.js",

@@ -47,14 +47,14 @@ "test": "jest --ci index.test.js",

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^22.1.0",
"@aarongoldenthal/eslint-config-standard": "^23.1.1",
"axios": "^1.4.0",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"flat": "^5.0.2",
"jest": "^29.5.0",
"jest": "^29.6.3",
"jest-junit": "^16.0.0",
"markdownlint-cli2": "^0.7.1",
"prettier": "^2.8.8",
"markdownlint-cli2": "^0.8.1",
"prettier": "^3.0.2",
"tabletojson": "^2.0.7",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}

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

iid: 'CI_PIPELINE_IID',
name: 'CI_PIPELINE_NAME',
source: 'CI_PIPELINE_SOURCE',

@@ -166,0 +167,0 @@ triggerPayload: 'TRIGGER_PAYLOAD',

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