Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

consel

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consel - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

16

bin/cli.js
#!/usr/bin/env node
/**
* Welcome to consel's cli code.
* This is a client built off of child_process
* This is a client built off of child_process
*/

@@ -22,3 +22,5 @@ const readline = require("readline");

":elapsed seconds elapsed"
)} ${chalk.blue("|")} ${chalk.greenBright(`:bar`)} ${chalk.blue("|")} ${chalk.red(':eta estimated seconds remaining')}`,
)} ${chalk.blue("|")} ${chalk.greenBright(`:bar`)} ${chalk.blue(
"|"
)} ${chalk.red(":eta estimated seconds remaining")}`,
{

@@ -44,3 +46,9 @@ total: 20,

chalk.blueBright(
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}. ${chalk.magenta(chalk.bold(chalk.underline("CWD:")))} ${chalk.redBright(process.cwd())}`
`Welcome to ${chalk.underline(
chalk.bold(chalk.green(`consel`))
)}. ${chalk.cyan(
`Running on node-version ${process.version}`
)}. ${chalk.magenta(chalk.bold(chalk.underline("CWD:")))} ${chalk.redBright(
process.cwd()
)}`
)

@@ -70,2 +78,4 @@ );

});
} finally {
console.log(`${chalk.red(">")} Ready ${chalk.blue(Date.now())}`);
}

@@ -72,0 +82,0 @@ });

2

package.json
{
"name": "consel",
"version": "1.1.14",
"version": "1.1.15",
"description": "A modified child_process client, with extensive logging.",

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

@@ -7,5 +7,7 @@ **Consel**<br>

Yeah, It's global, you can install with the following command:
```bash
$ npm i -g consel
```
```
**Oh one more thing, is it hard to use or configure?**<br>

@@ -17,2 +19,2 @@ Not in the slightest, just simply say `consel` in your terminal and you are up and running.<br>

Usually every week, so make sure to constantly update!<br>
Thanks ;)
Thanks ;)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc