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

command-line-interface

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-interface - npm Package Compare versions

Comparing version 3.1.3 to 3.2.0

10

build/lib/usage/getCommandLineUsageConfiguration.js

@@ -13,7 +13,7 @@ "use strict";

header: rootCommand.name,
content: [
command.description,
'',
`$ ${synopsis}`
]
content: [command.description]
},
{
header: 'Synopsis',
content: [synopsis]
}

@@ -20,0 +20,0 @@ ];

@@ -0,1 +1,8 @@

# [3.2.0](https://github.com/thenativeweb/command-line-interface/compare/3.1.3...3.2.0) (2020-02-07)
### Features
* Move synopsis to its own section. ([#27](https://github.com/thenativeweb/command-line-interface/issues/27)) ([7af0917](https://github.com/thenativeweb/command-line-interface/commit/7af09174adb7f6ae39278280f12a36f4ec7559c5))
## [3.1.3](https://github.com/thenativeweb/command-line-interface/compare/3.1.2...3.1.3) (2020-02-03)

@@ -2,0 +9,0 @@

@@ -20,7 +20,7 @@ import { Command } from '../elements/Command';

header: rootCommand.name,
content: [
command.description,
'',
`$ ${synopsis}`
]
content: [ command.description ]
},
{
header: 'Synopsis',
content: [ synopsis ]
}

@@ -27,0 +27,0 @@ ];

{
"name": "command-line-interface",
"version": "3.1.3",
"version": "3.2.0",
"description": "command-line-interface is a foundation for CLI applications.",

@@ -32,3 +32,3 @@ "contributors": [

"record-stdstreams": "3.0.0",
"roboter": "11.0.12",
"roboter": "11.0.15",
"semantic-release-configuration": "1.0.16",

@@ -35,0 +35,0 @@ "sinon": "8.1.1"

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