New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-19 to 0.2.2-beta-20

3

fetch.js

@@ -11,8 +11,11 @@ var commandLineArgs = require('command-line-args'),

try {
console.log("lib.EnvJson", key)
var res = lib.EnvJson(key)
console.log(res)
process.stdout.write(res)
process.exit()
} catch (e) {
console.log("fetch error")
console.log(e)
process.exit(1)
}

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

})
console.log("lib loaded")
break

@@ -39,0 +40,0 @@ } catch (e) {

2

package.json
{
"name": "envkey",
"version": "0.2.2-beta-19",
"version": "0.2.2-beta-20",
"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