New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-lander

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

git-lander - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lander-land.js

@@ -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);

@@ -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",

@@ -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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc