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.0.12 to 1.0.13

5

bin/cli.js

@@ -8,5 +8,8 @@ #!/usr/bin/env node

});
console.log("Booting.")
if(process.argv[3].toLowerCase() == "-u"){
console.log("Booting.")
const cp = require("child_process");
cp.execSync(`npm i -g consel`)
return console.log("BOOTED")
}
console.log(

@@ -13,0 +16,0 @@ chalk.blueBright(

2

package.json
{
"name": "consel",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

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

A modified child_process client for you to use! Once installed (make sure to use the global tag) just say consel and run your commands like usual!
Install: `npm i -g consel`
To update do: `conse -u`
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