Comparing version 0.2.2-beta.10 to 0.2.2-beta.11
@@ -30,3 +30,3 @@ var ffi = require("ffi"), | ||
var part = platformParts[i], | ||
libPath = path.join(__dirname, "ext", ["envkey", part].join("-")) | ||
libPath = require.resolve( "./ext/" + ["envkey", part].join("-")) | ||
@@ -33,0 +33,0 @@ try { |
@@ -138,4 +138,2 @@ var dotenv = require("dotenv"), | ||
// console.log(res.stdout.toString()) | ||
// console.log(res.stderr.toString()) | ||
throw "Envkey encountered an unexpected error." | ||
@@ -142,0 +140,0 @@ } |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta.10", | ||
"version": "0.2.2-beta.11", | ||
"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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
48078199
177
5