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 9.0.0 to 9.1.0

1

index.d.ts

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

assignees: string;
description: string;
diff: {

@@ -99,0 +100,0 @@ baseSha: string;

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

assignees: process.env.CI_MERGE_REQUEST_ASSIGNEES,
description: process.env.CI_MERGE_REQUEST_DESCRIPTION,
diff: {

@@ -116,0 +117,0 @@ baseSha: process.env.CI_MERGE_REQUEST_DIFF_BASE_SHA,

12

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

@@ -45,11 +45,11 @@ "exports": "./index.js",

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^23.1.1",
"@aarongoldenthal/eslint-config-standard": "^24.0.1",
"dotenv": "^16.3.1",
"eslint": "^8.49.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"markdownlint-cli2": "^0.10.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"markdownlint-cli2": "^0.11.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}

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

assignees: 'CI_MERGE_REQUEST_ASSIGNEES',
description: 'CI_MERGE_REQUEST_DESCRIPTION',
diff: {

@@ -119,0 +120,0 @@ baseSha: 'CI_MERGE_REQUEST_DIFF_BASE_SHA',

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