| (function() { | ||
| var errors; | ||
| errors = require('./errors'); | ||
| module.exports = { | ||
| Repository: require('./repository'), | ||
| GitError: errors.GitError, | ||
| BadRepositoryError: errors.BadRepositoryError | ||
| }; | ||
| }).call(this); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+2
-2
@@ -70,4 +70,4 @@ (function() { | ||
| exports.log = function(options) { | ||
| var callback, cb, cliOpts, command, format, _ref; | ||
| exports.log = function(options, callback) { | ||
| var cb, cliOpts, command, format, _ref; | ||
| if (options == null) { | ||
@@ -74,0 +74,0 @@ options = {}; |
+1
-1
| { | ||
| "name": "git-cli", | ||
| "version": "0.9.0", | ||
| "version": "0.9.1", | ||
| "description": "Simple CLI like git interface for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "lib/git-cli.js", |
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
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
92185
239.79%22
15.79%666
1.37%