Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

envkey

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envkey - npm Package Compare versions

Comparing version 0.2.2-beta-14 to 0.2.2-beta-15

7

ffi_lib.js

@@ -10,2 +10,3 @@ var ffi = require("ffi"),

isUnix = !isWin,
platformParts,

@@ -20,7 +21,7 @@ lib

if (arch == "x64"){
platformParts = ["linux-amd64", "linux-arm64", "envkey-musl"]
platformParts = ["linux-amd64", "linux-arm64", "musl"]
} else if (arch == "ia32"){
platformParts = ["linux-386"]
} else {
platformParts = ["linux-amd64", "linux-arm64", "envkey-musl", "linux-arm-7", "linux-arm-6", "linux-arm-5"]
platformParts = ["linux-amd64", "linux-arm64", "linux-arm-7", "linux-arm-6", "linux-arm-5"]
}

@@ -34,2 +35,3 @@ }

try {
console.log(libPath)
lib = ffi.Library(libPath, {

@@ -40,2 +42,3 @@ EnvJson: ['string', ['string']]

} catch (e) {
console.log(e)
continue

@@ -42,0 +45,0 @@ }

{
"name": "envkey",
"version": "0.2.2-beta-14",
"version": "0.2.2-beta-15",
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc