You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

env-ci

Package Overview
Dependencies
2
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.1-beta.1 to 8.0.1-beta.2

2

package.json
{
"name": "env-ci",
"description": "Get environment variables exposed by CI services",
"version": "8.0.1-beta.1",
"version": "8.0.1-beta.2",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",

@@ -6,0 +6,0 @@ "type": "module",

@@ -15,3 +15,3 @@ import { readFileSync } from "node:fs";

branch: event.pull_request.base
? parseBranch(event.pull_request.head.ref)
? parseBranch(event.pull_request.base.ref)
: undefined,

@@ -18,0 +18,0 @@ pr: event.pull_request.number,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc