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.3.0 to 4.4.0

10

CHANGELOG.md
# Changelog
## v4.4.0 (2021-10-22)
### Added
- Added new predefined variable in GitLab 14.4 (CHAT_USER_ID) (#45)
### Fixed
- Updated to latest dependencies
## v4.3.0 (2021-09-22)

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

3

index.js

@@ -15,3 +15,4 @@ 'use strict';

channel: process.env.CHAT_CHANNEL,
input: process.env.CHAT_INPUT
input: process.env.CHAT_INPUT,
userID: process.env.CHAT_USER_ID
},

@@ -18,0 +19,0 @@ ci: {

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

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

"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^9.1.0",
"axios": "^0.21.4",
"@aarongoldenthal/eslint-config-standard": "^10.0.0",
"axios": "^0.23.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"flat": "^5.0.2",
"invert-kv": "^3.0.1",
"jest": "^27.2.1",
"jest-junit": "^12.3.0",
"markdownlint-cli": "^0.28.1",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"markdownlint-cli": "^0.29.0",
"tabletojson": "^2.0.7"
}
}

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

input: 'CHAT_INPUT',
userID: 'CHAT_USER_ID'
},

@@ -27,0 +28,0 @@ ci: {

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