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.6 to 3.0.7

4

index.js

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

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

@@ -186,3 +186,3 @@ program

return new Promise(function(resolve, reject) {
C()
CR()
.then((value) => {console.log(value);})

@@ -189,0 +189,0 @@ .catch((err) => {console.log(err);});

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

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

"commander": "^2.9.0",
"cr34t3": "^1.0.17",
"cr34t3": "^1.0.18",
"prompt": "^1.0.0",

@@ -37,0 +37,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