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.26 to 1.0.27

12

bin/cli.js

@@ -12,12 +12,6 @@ #!/usr/bin/env node

if(["-u","-update","--u","--update"].includes(process.argv[2].toLowerCase())){
const Ora = require('ora');
const spinner = Ora({
discardStdin: false,
text: 'Updating..',
});
setTimeout(() => {
spinner.start();
console.log(`${chalk.bgBlueBright("Updating..")}`)
cp.execSync("npm i -g consel");
spinner.succeed("Updated!");
}, 100);
console.log(`${chalk.bgBlueBright("Updated!")}`)
}

@@ -24,0 +18,0 @@ }

{
"name": "consel",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

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

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

@@ -18,0 +17,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