Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "fabula", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Minimalist server configuration and task management", | ||
@@ -5,0 +5,0 @@ "author": "Jonas Galvez <jonasgalvez@gmail.com>", |
<p align="center"> | ||
<h1>⚙ Fabula</h1> | ||
<a href="http://npmjs.com/package/fabula"><img src="https://badge.fury.io/js/fabula.svg?0.0.7"></a> | ||
<br><span>Minimalist server configuration and task management.</span> | ||
<h1>⚙ Fabula | ||
<a href="http://npmjs.com/package/fabula"><img src="https://badge.fury.io/js/fabula.svg?0.0.8"></a></h1> | ||
<span>Minimalist server configuration and task management.</span> | ||
</p> | ||
Go straight to the [full documentation][docs] if you'd like. | ||
# Introduction | ||
@@ -8,0 +10,0 @@ |
@@ -46,3 +46,6 @@ | ||
conn.connect({ ...settings, privateKey }) | ||
} else if (settings.agent) { | ||
} else { | ||
if (!settings.agent) { | ||
settings.agent = process.env.SSH_AUTH_SOCK | ||
} | ||
conn.connect({ ...settings }) | ||
@@ -49,0 +52,0 @@ } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
18508
544
50
7