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 3.3.0 to 3.4.0

10

CHANGELOG.md
# Changelog
## v3.4.0 (2021-01-22)
### Added
- Added new predefined variables in GitLab 13.8 (CI_PROJECT_CONFIG_PATH) (#21)
### Fixed
- Updated to latest dependencies, including resolving vulnerabilities
## v3.3.0 (2020-12-22)

@@ -4,0 +14,0 @@

1

index.js

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

project: {
configPath: process.env.CI_PROJECT_CONFIG_PATH,
dir: process.env.CI_PROJECT_DIR,

@@ -143,0 +144,0 @@ id: process.env.CI_PROJECT_ID,

10

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

@@ -37,12 +37,12 @@ "main": "index.js",

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^6.1.0",
"@aarongoldenthal/eslint-config-standard": "^6.1.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"eslint": "^7.16.0",
"eslint": "^7.18.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-jsdoc": "^31.0.8",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sonarjs": "^0.5.0",
"flat": "^5.0.2",
"husky": "^4.3.6",
"husky": "^4.3.8",
"invert-kv": "^3.0.1",

@@ -49,0 +49,0 @@ "jest": "^26.6.3",

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

project: {
configPath: 'CI_PROJECT_CONFIG_PATH',
dir: 'CI_PROJECT_DIR',

@@ -152,0 +153,0 @@ id: 'CI_PROJECT_ID',

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