Comparing version 0.2.2-beta.6 to 0.2.2-beta.7
@@ -122,3 +122,3 @@ var dotenv = require("dotenv"), | ||
} else { | ||
var res = spawnSync("node", spawnArgs) | ||
var res = spawnSync("node", spawnArgs, {stdio:[0,1,2]}) | ||
@@ -132,3 +132,2 @@ if (res.status === 0){ | ||
console.log(e) | ||
console.log(res.stdout.toString()) | ||
throw "Envkey encountered an unexpected error." | ||
@@ -141,3 +140,4 @@ // throwKeyError() | ||
console.log(res.stderr.toString()) | ||
// console.log(res.stdout.toString()) | ||
// console.log(res.stderr.toString()) | ||
throw "Envkey encountered an unexpected error." | ||
@@ -144,0 +144,0 @@ } |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta.6", | ||
"version": "0.2.2-beta.7", | ||
"description": "Envkey secures and simplifies app secrets and config by storing it in an encrypted vault and granting access to developers and servers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48078313