Comparing version 0.2.2-beta-38 to 0.2.2-beta-39
@@ -13,3 +13,3 @@ var commandLineArgs = require('command-line-args'), | ||
console.log(lib) | ||
var res = lib.get(Symbol("EnvJson"))(key) | ||
var res = lib.EnvJson(key) | ||
console.log(res) | ||
@@ -16,0 +16,0 @@ process.stdout.write(res) |
@@ -34,3 +34,3 @@ var ffi = require("ffi"), | ||
console.log(libPath) | ||
lib = ffi.Library(libPath, { | ||
lib = ffi.DynamicLibrary(libPath, { | ||
EnvJson: ['string', ['string']] | ||
@@ -37,0 +37,0 @@ }) |
{ | ||
"name": "envkey", | ||
"version": "0.2.2-beta-38", | ||
"version": "0.2.2-beta-39", | ||
"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
25087284