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 Versions

13
6

7.0.0

Diff

Changelog

Source

v7.0.0 (2022-12-22)

Changed

  • Added new variables CI_DEBUG_SERVICES, CI_JOB_TIMEOUT, and CI_PROJECT_NAMESPACE_ID in GitLab 15.7. (#68, #69, #70)
  • BREAKING: With multiple CI_DEBUG_* variables, a new ci.debug object was added, and the previous ci.debugTrace property is now available at ci.debug.trace. (#68)
  • BREAKING: With multiple CI_PROJECT_NAMESPACE_* variables, the ci.project.namespace property was changed to an object containing all properties. The previous ci.project.namespace property was moved to ci.project.namespace.fullPath, named for consistency with the GitLab API. (#70)
aarongoldenthal
published 6.4.0 •

Changelog

Source

v6.4.0 (2022-10-22)

Changed

  • Added new predefined variables in GitLab 15.5 (CI_COMMIT_TAG_MESSAGE and CI_RELEASE_DESCRIPTION) (#67)

Miscellaneous

  • Updated pipeline to have long-running jobs use GitLab shared medium sized runners. (#66)
aarongoldenthal
published 6.3.0 •

Changelog

Source

v6.3.0 (2022-09-28)

Changed

  • Added new predefined variable in GitLab 15.4 (CI_JOB_NAME_SLUG) (#65)
aarongoldenthal
published 6.2.2 •

Changelog

Source

v6.2.2 (2022-08-27)

Fixed

  • Add previously undocumented variables CI_SERVER_TLS_CA_FILE, CI_SERVER_TLS_CERT_FILE, CI_SERVER_TLS_KEY_FILE (see GitLab MR for details). (#63)

Miscellaneous

  • Added CI check confirming that the defined types match the code. (#64)
aarongoldenthal
published 6.2.1 •

Changelog

Source

v6.2.1 (2022-08-22)

Fixed

  • Updated types to include new predefined variable in GitLab 15.3 (CI_TEMPLATE_REGISTRY_HOST). (#62)
aarongoldenthal
published 6.2.0 •

Changelog

Source

v6.2.0 (2022-08-22)

Changed

  • Added new predefined variable in GitLab 15.3 (CI_TEMPLATE_REGISTRY_HOST) (#59)
aarongoldenthal
published 6.1.0 •

Changelog

Source

v6.1.0 (2022-07-22)

Changed

  • Added new predefined variable in GitLab 15.2 (CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED) (#58)

Fixed

  • Remove invert-kv package from variables tests and replaced with limited custom implementation. (#35)
  • Updated to latest dependencies
aarongoldenthal
published 6.0.0 •

Changelog

Source

v6.0.0 (2022-06-22)

Changed

  • BREAKING: Deprecated support for Node 12 and 17 since end-of-life. Compatible with all current and LTS releases (^14.15.0 || ^16.13.0 || >=18.0.0). (#53, #54)
  • Added new predefined variable in GitLab 15.1 (CI_PROJECT_DESCRIPTION) (#57)

Fixed

  • Removed CI_SERVER_TLS_CA_FILE as runner configuration, not a predefined variable. (see GitLab MR for details). (#56)
  • Updated to latest dependencies

Miscellaneous

  • Added test coverage threshold requirements (#55)
aarongoldenthal
published 5.0.0 •

Changelog

Source

v5.0.0 (2022-04-22)

Changed

  • BREAKING: Added TypeScript type declarations. (#44)
  • Added new predefined variable in GitLab 14.10 (CI_GITLAB_FIPS_MODE) (#49)
  • Added previously undocumented predefined variable CI_SERVER_TLS_CA_FILE (#50)

Fixed

  • Updated to latest dependencies, including resolving CVE-2022-0536 and CVE-2021-44906 (both dev only)

Miscellaneous

  • Added tests for Node 18
  • Refactored tests per latest lint rules
  • Updated release_check threshold to 120 days since it is primarily driven by GitLab predefined variable changes, which are flagged separately. (#48)
  • Added prettier and disabled eslint formatting rules. (#51)
  • Registered project for CII Best Practices badge
aarongoldenthal
published 4.5.0 •

Changelog

Source

v4.5.0 (2021-12-22)

Added

  • Added new predefined variables in GitLab 14.6 (CI_JOB_JWT_V1, CI_JOB_JWT_V2) (#46)

Fixed

  • Updated to latest dependencies
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