Socket
Socket
Sign inDemoInstall

cli

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli - npm Package Compare versions

Comparing version 0.2.3-3 to 0.2.3-4

3

cli.js

@@ -1059,4 +1059,3 @@ /**

var now = (new Date()).getTime();
if (last_progress_call && (now - last_progress_call) < 100) {
if (progress === 1) setTimeout(function () { cli.progress(1); }, 50);
if (last_progress_call && (now - last_progress_call) < 100 && progress !== 1) {
return; //Throttle progress calls

@@ -1063,0 +1062,0 @@ }

{ "name" : "cli",
"description" : "A tool for rapidly building command line apps",
"version" : "0.2.3-3",
"version" : "0.2.3-4",
"homepage" : "http://github.com/chriso/cli",

@@ -5,0 +5,0 @@ "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"],

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