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.10 to 0.2.2-beta.11

2

ffi_lib.js

@@ -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",

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