Comparing version 0.2.2-beta.11 to 0.2.2-beta.12
@@ -20,3 +20,3 @@ var ffi = require("ffi"), | ||
if (arch == "x64"){ | ||
platformParts = ["linux-amd64.so", "linux-arm64"] | ||
platformParts = ["linux-amd64", "linux-arm64"] | ||
} else if (arch == "ia32"){ | ||
@@ -31,3 +31,3 @@ platformParts = ["linux-386"] | ||
var part = platformParts[i], | ||
libPath = require.resolve( "./ext/" + ["envkey", part].join("-")) | ||
libPath = path.join(__dirname, "ext", ["envkey", part].join("-")) | ||
@@ -34,0 +34,0 @@ try { |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta.11", | ||
"version": "0.2.2-beta.12", | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4
48078196