@@ -16,3 +16,3 @@ (function() { | ||
| fs.ensureDirSync(path); | ||
| command = new CliCommand('git', ['init', path], options); | ||
| command = new CliCommand(['git', 'init'], path, options); | ||
| cb = util.wrapCallback(callback, ((function(_this) { | ||
@@ -19,0 +19,0 @@ return function() { |
+1
-1
| { | ||
| "name": "git-cli", | ||
| "version": "0.8.1", | ||
| "version": "0.8.2", | ||
| "description": "Simple CLI like git interface for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "lib/git-cli.js", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package