New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.5.18 to 1.5.19

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.5.19](https://github.com/oclif/command/compare/v1.5.18...v1.5.19) (2019-09-05)
### Bug Fixes
* `default` should be `T[]` when `multiple: true` ([#70](https://github.com/oclif/command/issues/70)) ([13da51c](https://github.com/oclif/command/commit/13da51c))
## [1.5.18](https://github.com/oclif/command/compare/v1.5.17...v1.5.18) (2019-07-22)

@@ -2,0 +11,0 @@

2

lib/flags.d.ts

@@ -30,3 +30,3 @@ import { IConfig } from '@oclif/config';

multiple: true;
} & Partial<IOptionFlag<T>>): IOptionFlag<T[]>;
} & Partial<IOptionFlag<T[]>>): IOptionFlag<T[]>;
(options: ({

@@ -33,0 +33,0 @@ required: true;

{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.5.18",
"version": "1.5.19",
"author": "Jeff Dickey @jdxcode",

@@ -16,4 +16,2 @@ "bugs": "https://github.com/oclif/command/issues",

"devDependencies": {
"@oclif/config": "^1.12.10",
"@oclif/plugin-help": "^2.1.6",
"@oclif/plugin-plugins": "^1.7.7",

@@ -20,0 +18,0 @@ "@oclif/tslint": "^3.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