Socket
Socket
Sign inDemoInstall

g3l

Package Overview
Dependencies
243
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

9

index.js
#!/usr/bin/env node
var program = require('commander');
var emoji = require('node-emoji');
var bugsnag = require("bugsnag");

@@ -185,5 +186,7 @@ bugsnag.register("ae3b5df916a42d652f9a9dd8c34009bd");

return new Promise(function(resolve, reject) {
CR()
.then((value) => {console.log(value);})
.catch((err) => {console.log(err);});
console.log(emoji.emojify(colors.green(` :heavy_check_mark: Be sure about your github username already set in your git config, run 'git config --global github.user <username>`)));
console.log(emoji.emojify(colors.green(` :heavy_check_mark: Be sure about your ssh keys registered in github, look at https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/`)));
CR()
.then((value) => {console.log(value);})
.catch((err) => {console.log(err);});
});

@@ -190,0 +193,0 @@ }

{
"name": "g3l",
"version": "3.0.8",
"version": "3.0.9",
"description": "Git is easy, github cli is easy but g3l easiest git cli in the w0rld!",

@@ -34,3 +34,4 @@ "main": "index.js",

"commander": "^2.9.0",
"cr34t3": "^1.0.19",
"cr34t3": "^1.0.20",
"node-emoji": "^1.3.1",
"prompt": "^1.0.0",

@@ -37,0 +38,0 @@ "underscore": "^1.8.3",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc