Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fandogh

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fandogh - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

6

helpers.js

@@ -5,3 +5,3 @@ const fs = require('fs');

const yaml = require('js-yaml')
const configPath = "/.fandogh/config.yml"
const configPath = "/fandogh.yml"
const fandoghConfigs = require('./fandogh.json')

@@ -109,6 +109,2 @@

try {
if (!fs.existsSync(source+'/.fandogh')){
fs.mkdirSync(source+'/.fandogh');
}
let yml = Helpers.createYamlConfig(configs);

@@ -115,0 +111,0 @@ fs.writeFileSync(source+configPath, yml)

2

package.json
{
"name": "fandogh",
"version": "0.8.0",
"version": "0.9.0",
"description": "fandogh node client",

@@ -5,0 +5,0 @@ "main": "fandogh.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