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.30 to 0.5.31

10

lib/cli.js

@@ -1591,8 +1591,10 @@ /*

if ( subArgs['command-name'] ) {
if ( this.canonicalCommands[ subArgs['command-name'] ] ) {
this.displayHelp( this.canonicalCommands[ subArgs['command-name'] ] ) ;
var commandName = this.camelCase ? subArgs.commandName : subArgs['command-name'] ;
if ( commandName ) {
if ( this.canonicalCommands[ commandName ] ) {
this.displayHelp( this.canonicalCommands[ commandName ] ) ;
}
else {
term.red( "Unknown command '%s'" , subArgs['command-name'] ) ;
term.red( "Unknown command '%s'" , commandName ) ;
term( '\n\n' ) ;

@@ -1599,0 +1601,0 @@

2

package.json
{
"name": "utterminal",
"version": "0.5.30",
"version": "0.5.31",
"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