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 0.10.1 to 0.10.3

2

index.js

@@ -128,3 +128,3 @@ var fs = require('fs')

// Exit if we can no longer go up a level
if (prnt === dir) {
if (prnt.toLowerCase() === dir.toLowerCase()) {
return;

@@ -131,0 +131,0 @@ } else {

{
"name": "buddy-cli",
"version": "0.10.1",
"version": "0.10.3",
"description": "The command-line bootstrapper for buddy(1).",

@@ -8,5 +8,5 @@ "author": "popeindustries <alex@pope-industries.com>",

"dependencies": {
"commander": "2.2.0",
"commander": "2.3.0",
"promptly": "0.2.0",
"mkdirp": "0.3.5"
"mkdirp": "0.5.0"
},

@@ -13,0 +13,0 @@ "main": "index.js",

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