+1
-1
@@ -279,3 +279,3 @@ var program = require('commander'), | ||
| getLastCommitMessage(function(message) { | ||
| message += '\n[close #' + program.args[0] + ']'; | ||
| message += '\nPR: #' + program.args[0]; | ||
@@ -282,0 +282,0 @@ amendLastCommitMessage(message, maybeForcePush); |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "name": "git-lander", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "A CLI tool that makes merging GitHub pull requests without merge commits easy.", | ||
@@ -9,0 +9,0 @@ "main": "lander.js", |
+8
-0
@@ -5,1 +5,9 @@ # git-lander | ||
| usage: | ||
| ```bash | ||
| $ npm i -g git-lander | ||
| $ lander configure # get a new github access token | ||
| # start landing PRs with purple sizzurp (leave out the hash tag on the number) | ||
| $ lander land 26 -af | ||
| ``` |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
11173
1.67%13
160%