Socket
Socket
Sign inDemoInstall

g3l

Package Overview
Dependencies
116
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.12 to 2.0.13

4

index.js

@@ -80,7 +80,7 @@ #!/usr/bin/env node

console.log(colors.green(piece.name));
eval(piece.function + '(' + JSON.stringify(piece) + ').then((value) => {console.log(colors.rainbow.underline(value));}).catch((err) => {console.log(colors.red(err));})');
eval(piece.function + '(' + JSON.stringify(piece) + ').then((value) => {console.log(colors.rainbow(value));}).catch((err) => {console.log(colors.red(err));})');
} else {
piece.params.forEach(function(param) {
console.log(`${colors.green(param.name)}: ${eval('program.'+piece.name).inverse}`);
eval(piece.function + '(' + JSON.stringify(piece) + ').then((value) => {console.log(colors.rainbow.underline(value));}).catch((err) => {console.log(colors.red(err));})');
eval(piece.function + '(' + JSON.stringify(piece) + ').then((value) => {console.log(colors.rainbow(value));}).catch((err) => {console.log(colors.red(err));})');
});

@@ -87,0 +87,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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