Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitbot

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbot - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/bin/gitbot.js
#!/usr/bin/env node
'use strict';
require('babel-core/register');
const program = require('commander');
program.command('auto-merge', 'merge pull request and delete branch').parse(process.argv);

2

package.json

@@ -63,3 +63,3 @@ {

},
"version": "1.0.0"
"version": "1.0.1"
}

@@ -14,3 +14,3 @@ # gitbot

```
npm install -g @springworks/gitbot
npm install -g gitbot
```

@@ -17,0 +17,0 @@

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