Socket
Socket
Sign inDemoInstall

gitban

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

6

lib/index.js

@@ -21,2 +21,3 @@ var LBL_BACKLOG = 'GB0 - Backlog';

.option('-o, --org <organization>', 'organization')
.option('-t, --token <token>', 'OAuth token to use. User/Pass are ignored.')
.option('-a, --assignee <assignee>', 'assignee or "all" for all users, default is login user');

@@ -147,3 +148,6 @@

_api.authenticate({type:'basic',username:_prg.user,password:_prg.pass});
if (_prg.token)
_api.authenticate({type:'oauth',token:_prg.token});
else
_api.authenticate({type:'basic',username:_prg.user,password:_prg.pass});
}

@@ -150,0 +154,0 @@

2

package.json
{
"name": "gitban",
"version" : "0.0.2",
"version" : "0.0.3",
"description": "Very simple command line kanban-esque tool for use with github issues",

@@ -5,0 +5,0 @@ "author": "Pete Diemert <pete_diemert@msn.com>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc