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.3.0-beta3 to 0.3.0-beta4

6

helpers.js

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

if(!dockerfile) return reject({message: 'Docker file is not available in current directory', code:'dockerfile-404'})
if(!dockerfile) return reject({error: 'Docker file is not available in current directory', code:'dockerfile-404'})

@@ -61,3 +61,3 @@ Helpers.compress(files, source).then(source => {

let ignore = ['workspace.zip']
if(dockerignore && fs.statSync(dockerignore).isFile()){
if(dockerignore && fs.existsSync(dockerignore)){
let ignores = fs.readFileSync(dockerignore).toString().trim().replace('\r', '').split("\n")

@@ -79,3 +79,3 @@ let ig = Ignore().add(ignores)

try {
if(fs.statSync(!source+configPath).isFile()) return false
if(!fs.existsSync(source+configPath)) return false
let config = fs.readFileSync(source+configPath)

@@ -82,0 +82,0 @@ config = yaml.load(config)

{
"name": "fandogh",
"version": "0.3.0-beta3",
"version": "0.3.0-beta4",
"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