New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fabula

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabula - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"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 @@ }

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