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 2.4.0 to 2.4.1

.gitattributes

7

CHANGELOG.md
# Changelog
## v2.4.1 (2020-06-14)
### Fixed
- Remove variables that are not yet released in GitLab (CI_MERGE_REQUEST_CHANGED_PAGE_PATHS, CI_MERGE_REQUEST_CHANGED_PAGE_URLS). See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34182.
- Updated to latest dependencies
## v2.4.0 (2020-05-22)

@@ -4,0 +11,0 @@

4

index.js

@@ -73,6 +73,2 @@ 'use strict';

assignees: process.env.CI_MERGE_REQUEST_ASSIGNEES,
changedPage: {
paths: process.env.CI_MERGE_REQUEST_CHANGED_PAGE_PATHS,
urls: process.env.CI_MERGE_REQUEST_CHANGED_PAGE_URLS
},
eventType: process.env.CI_MERGE_REQUEST_EVENT_TYPE,

@@ -79,0 +75,0 @@ id: process.env.CI_MERGE_REQUEST_ID,

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

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

"dotenv": "^8.2.0",
"eslint": "^7.0.0",
"eslint-plugin-jest": "^23.13.1",
"eslint": "^7.2.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-node": "^11.1.0",

@@ -44,0 +44,0 @@ "eslint-plugin-sonarjs": "^0.5.0",

@@ -91,6 +91,2 @@ # GitLab CI Env

assignees: 'CI_MERGE_REQUEST_ASSIGNEES',
changedPage: {
paths: 'CI_MERGE_REQUEST_CHANGED_PAGE_PATHS',
urls: 'CI_MERGE_REQUEST_CHANGED_PAGE_URLS'
},
eventType: 'CI_MERGE_REQUEST_EVENT_TYPE',

@@ -97,0 +93,0 @@ id: 'CI_MERGE_REQUEST_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