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.2 to 3.0.3

19

index.js

@@ -14,2 +14,3 @@ #!/usr/bin/env node

updateNotifier({pkg}).notify();
var C = require('cr34te');

@@ -83,2 +84,12 @@ program

params: [],
},
{
name: "create",
command: "git create new repo",
description: "Create new github repository",
boolean: true,
function: "create",
priority: 90,
containRequiredParam: false,
params: [],
}

@@ -173,2 +184,10 @@ ];

function create(command) {
return new Promise(function(resolve, reject) {
C()
.then((value) => {console.log(value);})
.catch((err) => {console.log(err);});
});
}
/* ---------- Functions ---------- */

6

package.json
{
"name": "g3l",
"version": "3.0.2",
"version": "3.0.3",
"description": "Git is easy, github cli is easy but g3l easiest git cli in the w0rld!",

@@ -34,5 +34,7 @@ "main": "index.js",

"commander": "^2.9.0",
"cr34t3": "^1.0.15",
"prompt": "^1.0.0",
"underscore": "^1.8.3"
"underscore": "^1.8.3",
"update-notifier": "^1.0.2"
}
}
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