Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@percy/env

Package Overview
Dependencies
Maintainers
6
Versions
240
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.0.0-beta.8 to 1.0.0-beta.9

8

dist/git.js

@@ -17,9 +17,5 @@ "use strict";

try {
let result = (0, _child_process.execSync)(`git ${args}`, {
stdio: 'ignore'
return (0, _child_process.execSync)(`git ${args}`, {
encoding: 'utf-8'
});
if (result && result.status === 0) {
return result.stdout.trim();
}
} catch (e) {// do something?

@@ -26,0 +22,0 @@ }

{
"name": "@percy/env",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"license": "MIT",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

},
"gitHead": "6015850e7c20c130d625fcb327b10d7513b35707"
"gitHead": "57a2eeb90c7f5cdf8827c78be1e5c12df581f4b5"
}
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