New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pixeleye/cli-env

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixeleye/cli-env - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

dist/index.js

@@ -31,3 +31,4 @@ // src/git.ts

...env,
prBranch: process.env.GITHUB_HEAD_REF
prBranch: process.env.GITHUB_HEAD_REF,
commit: process.env.GITHUB_SHA
};

@@ -57,3 +58,3 @@ }

name,
commit: (process.env.PIXELEYE_COMMIT || gitCommit || commit)?.trim(),
commit: (process.env.PIXELEYE_COMMIT || commit || gitCommit)?.trim(),
branch: process.env.PIXELEYE_BASE_BRANCH || isPr ? prBranch : branch,

@@ -60,0 +61,0 @@ targetBranch: isPr ? process.env.PIXELEYE_PR_BRANCH || branch : void 0,

2

package.json
{
"name": "@pixeleye/cli-env",
"version": "0.4.0",
"version": "0.4.1",
"private": false,

@@ -5,0 +5,0 @@ "license": "AGPL-3.0",

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