Socket
Socket
Sign inDemoInstall

env-ci

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-ci - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1-beta.1

6

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

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

"devDependencies": {
"ava": "^4.3.3",
"ava": "^5.0.0",
"c8": "^7.12.0",
"file-url": "^4.0.0",
"prettier": "2.8.0",
"prettier": "2.8.4",
"tempy": "^3.0.0"

@@ -19,0 +19,0 @@ },

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

branch: event.pull_request.base
? parseBranch(event.pull_request.base.ref)
? parseBranch(event.pull_request.head.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc