Comparing version 0.2.2 to 0.2.3
@@ -5,2 +5,3 @@ var commandLineArgs = require('command-line-args'), | ||
key = args.key, | ||
lib = require("./ffi_lib.js").load() | ||
@@ -7,0 +8,0 @@ |
@@ -10,3 +10,2 @@ var ffi = require("ffi"), | ||
isUnix = !isWin, | ||
platformParts, | ||
@@ -21,3 +20,3 @@ lib | ||
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"){ | ||
@@ -35,3 +34,2 @@ platformParts = ["linux-386"] | ||
try { | ||
console.log(libPath) | ||
lib = ffi.Library(libPath, { | ||
@@ -42,3 +40,2 @@ EnvJson: ['string', ['string']] | ||
} catch (e) { | ||
console.log(e) | ||
continue | ||
@@ -45,0 +42,0 @@ } |
@@ -132,2 +132,3 @@ var dotenv = require("dotenv"), | ||
} | ||
} else { | ||
@@ -134,0 +135,0 @@ throwKeyError() |
{ | ||
"name": "envkey", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
48077978
172