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

utterminal

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utterminal - npm Package Compare versions

Comparing version 0.5.46 to 0.5.47

4

lib/cli.js

@@ -267,3 +267,3 @@ /*

this.mandatory = false ;
this.exclusive = false ;
this.exclusive = false ; // also prevent other options to be mandatory, useful for --help
this.description = null ;

@@ -1486,3 +1486,3 @@ this.group = null ;

Cli.prototype.addHelpOption = function() {
this.opt( [ 'help' , 'h' ] ).flag
this.opt( [ 'help' , 'h' ] ).flag.exclusive
.description( 'Display help and exit' )

@@ -1489,0 +1489,0 @@ .exec( ( ... args ) => this.helpOptionHook( ... args ) ) ;

{
"name": "utterminal",
"version": "0.5.46",
"version": "0.5.47",
"description": "The Ultimate Terminal lib!",

@@ -5,0 +5,0 @@ "main": "lib/utterminal.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