New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bindle-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bindle-cli - npm Package Compare versions

Comparing version
7.0.1
to
7.0.3
+1
-1
package.json
{
"name": "bindle-cli",
"version": "7.0.1",
"version": "7.0.3",
"description": "A configuration and dotfile management tool for your personal unix-like computer.",

@@ -5,0 +5,0 @@ "global": true,

@@ -20,5 +20,7 @@

`bindle` is intended to compliment rather than entirely relace manual
configuration and versioning. `bindle` is designed around a logical repository
directory structure that works great with or without the `bindle` program.
`bindle` compliments manual configuration and versioning. `bindle` tracks files
in a git repository with a simple and logical directory structure that works
great for dotfile versioning with or without the `bindle` program itself.
`bindle` is written as a single well-structured shell script and can be
used with any modern unix-like system.

@@ -351,7 +353,7 @@ See [xwmx/dotfiles](https://github.com/xwmx/dotfiles) for an

Usage:
bindle init [<source_repository>] [<bindlepath>] [--initialize-submodules] [--skip-bindlerc]
bindle init [<source-repository> [--initialize-submodules]] [<bindlepath>] [--skip-bindlerc]
Options:
--initialize-submodules Initialize repository submodules when used with a
source_repository argument.
<source-repository> argument.
--skip-bindlerc Don't generate a bindlerc file.

@@ -399,3 +401,3 @@

Usage:
bindle list [tracked | untracked] [<search string>]
bindle list [tracked | untracked] [<search-string>]

@@ -434,3 +436,3 @@ Description:

Usage:
bindle rename <old_filename> <new_filename>
bindle rename <old-filename> <new-filename>

@@ -456,3 +458,3 @@ Decription:

Usage:
bindle run ( list | <script_name> )
bindle run ( list | <script-name> )

@@ -459,0 +461,0 @@ Description:

Sorry, the diff of this file is not supported yet