Comparing version 0.2.2-beta.5 to 0.2.2-beta.6
@@ -20,3 +20,3 @@ var ffi = require("ffi"), | ||
if (arch == "x64"){ | ||
platformParts = ["linux-amd64", "linux-arm64", "linux-arm-7", "linux-arm-6", "linux-arm-5"] | ||
platformParts = ["linux-amd64", "linux-arm64"] | ||
} else if (arch == "ia32"){ | ||
@@ -34,2 +34,3 @@ platformParts = ["linux-386"] | ||
try { | ||
console.log(libPath) | ||
lib = ffi.Library(libPath, { | ||
@@ -40,2 +41,3 @@ EnvJson: ['string', ['string']] | ||
} catch (e) { | ||
console.log(e) | ||
continue | ||
@@ -42,0 +44,0 @@ } |
@@ -131,2 +131,3 @@ var dotenv = require("dotenv"), | ||
console.log(e) | ||
console.log(res.stdout.toString()) | ||
throw "Envkey encountered an unexpected error." | ||
@@ -133,0 +134,0 @@ // throwKeyError() |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta.5", | ||
"version": "0.2.2-beta.6", | ||
"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
48078292
179