You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

buddy-cli

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.1.0

10

lib/find.js
'use strict';
var fs = require('fs')
, walk = require('recur-fs').walk
, path = require('path');
, path = require('path')
, walk = require('recur-fs').walk;

@@ -21,3 +21,7 @@ /**

} catch (err) {
fn(new Error(useCli ? 'a local version of buddy wasn\'t found on this path' : 'buddy(1) tool not found'));
if (err.message == 'missing path') {
fn(new Error(useCli ? 'a local version of buddy wasn\'t found on this path' : 'buddy(1) tool not found'));
} else {
fn(err);
}
}

@@ -24,0 +28,0 @@ }

{
"name": "buddy-cli",
"version": "2.0.2",
"version": "2.1.0",
"description": "The command-line bootstrapper for buddy",

@@ -10,3 +10,3 @@ "author": "popeindustries <alex@pope-industries.com>",

"promptly": "0.2.1",
"recur-fs": "2.2.0"
"recur-fs": "2.2.x"
},

@@ -13,0 +13,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc