Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmd-ranking

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-ranking - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/argv.js
'use strict';
var chalk = require('chalk');
module.exports = require('yargs').usage('Usage:\n' + ('' + chalk.green.bold(' $0 [-c <number>] [--options]\n'))).example('' + chalk.green.bold('$0 -c 15 -n')).options({
module.exports = require('yargs').usage('Usage:\n' + ('' + chalk.green.bold(' $0 [-c <number>] [--options]\n'))).example('' + chalk.green.bold('$0 -c 15')).options({
'c': {

@@ -6,0 +6,0 @@ alias: 'count',

{
"name": "cmd-ranking",
"version": "0.3.0",
"version": "0.3.1",
"description": "show ranking about your command history",

@@ -39,3 +39,3 @@ "license": "MIT",

"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",

@@ -42,0 +42,0 @@ "gulp-plumber": "^1.2.0",

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