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

@boost/cli

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/cli - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

lib/metadata/globalOptions.d.ts

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

### 2.8.1 - 2020-12-14
#### 🐞 Fixes
- Display default value alongside choices. ([c05edbe](https://github.com/milesj/boost/commit/c05edbe))
- Dont include default label in choices list. ([909e3a3](https://github.com/milesj/boost/commit/909e3a3))
- Fix command option prototype pollution when using decorators. ([d20a94b](https://github.com/milesj/boost/commit/d20a94b))
- Fix missing default values for help menu. ([5043306](https://github.com/milesj/boost/commit/5043306))
- Move global options to a separate file for reference checks. ([cec8ed9](https://github.com/milesj/boost/commit/cec8ed9))
**Note:** Version bump only for package @boost/cli
## 2.8.0 - 2020-12-07

@@ -8,0 +24,0 @@

4

lib/types.d.ts

@@ -55,3 +55,5 @@ /// <reference types="node" />

}
export declare type CommandStaticConfig = Required<CommandConfig>;
export interface CommandStaticConfig extends Required<CommandConfig> {
hasRegisteredOptions?: boolean;
}
export interface CommandMetadata extends CommandStaticConfig {

@@ -58,0 +60,0 @@ commands: {

{
"name": "@boost/cli",
"version": "2.8.0",
"version": "2.8.1",
"release": "1594765247526",

@@ -49,3 +49,3 @@ "description": "An interactive command line program builder, powered by React and Ink.",

},
"gitHead": "8d659dcc081c84c25ba62fec46b42d8936c97f4a"
"gitHead": "12b25a19a5565bbe4e091bdeed7b4c526e8c8a32"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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