Socket
Socket
Sign inDemoInstall

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.10 to 1.0.11

3

bin/cli.js
#!/usr/bin/env node
const readline = require("readline");
const ora = require('ora');
const chalk = require("chalk");

@@ -19,3 +20,5 @@ const rl = readline.createInterface({

console.log(`${chalk.gray(line)} ${chalk.blue(Date.now())}`);
let spin = ora("Executing...").start();
let executed = cp.execSync(line).toString();
spin.succeed('Executed')
let newA = [];

@@ -22,0 +25,0 @@ executed.split(/\n/g).map((c) => newA.push(c));

5

package.json
{
"name": "consel",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -14,3 +14,4 @@ "main": "index.js",

"dependencies": {
"chalk": "^4.0.0"
"chalk": "^4.0.0",
"ora": "^4.0.4"
},

@@ -17,0 +18,0 @@ "bin": {

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