Socket
Socket
Sign inDemoInstall

@percy/env

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/env - npm Package Compare versions

Comparing version 1.27.0 to 1.27.1-beta.0

8

package.json
{
"name": "@percy/env",
"version": "1.27.0",
"version": "1.27.1-beta.0",
"license": "MIT",

@@ -12,3 +12,3 @@ "repository": {

"access": "public",
"tag": "latest"
"tag": "beta"
},

@@ -36,5 +36,5 @@ "engines": {

"dependencies": {
"@percy/logger": "1.27.0"
"@percy/logger": "1.27.1-beta.0"
},
"gitHead": "3b92a894d4cf6dcdedccf42b86aaf61f331535c6"
"gitHead": "fc67a213ca35419285cba8a8eb563cf5b4958420"
}

@@ -13,2 +13,4 @@ import cp from 'child_process';

return result.match(/^COMMIT_SHA:(.*)$/m)?.[1];
} else if (cmd.match(/^pwd\b/) || cmd.match(/^cd\b/)) {
return '';
} else {

@@ -15,0 +17,0 @@ return cp.execSync.and.originalFn.call(this, cmd, options);

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