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

6

loader.js

@@ -122,3 +122,3 @@ var dotenv = require("dotenv"),

} else {
var res = spawnSync("node", spawnArgs)
var res = spawnSync("node", spawnArgs, {stdio:[0,1,2]})

@@ -132,3 +132,2 @@ if (res.status === 0){

console.log(e)
console.log(res.stdout.toString())
throw "Envkey encountered an unexpected error."

@@ -141,3 +140,4 @@ // throwKeyError()

console.log(res.stderr.toString())
// console.log(res.stdout.toString())
// console.log(res.stderr.toString())
throw "Envkey encountered an unexpected error."

@@ -144,0 +144,0 @@ }

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