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.5 to 1.1.6

7

bin/cli.js
#!/usr/bin/env node
/**
* Welcome to consel's cli code.
* This is a client built off of child_process
*/
const readline = require("readline");

@@ -39,3 +43,3 @@ const chalk = require("chalk");

chalk.blueBright(
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}`
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}`
)

@@ -76,1 +80,2 @@ );

});
//Thanks for using consel (If you are reading this!)

2

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

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

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