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.18 to 1.0.19

5

bin/cli.js

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

});
const cp = require("child_process");
if(process.argv[2]){
if(["-u","-update","--u","--update"].includes(process.argv[2].toLowerCase())){
let spin = ora('Updating...').start();
const cp = require("child_process");
let spin = ora('Updating...');
spin.start();
cp.execSync(`npm i -g consel`)

@@ -15,0 +16,0 @@ spin.succeed(`✔ Updated`)

2

package.json
{
"name": "consel",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

@@ -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