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
3
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.4.11 to 1.4.12

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="1.4.12"></a>
## [1.4.12](https://github.com/oclif/command/compare/v1.4.11...v1.4.12) (2018-04-09)
### Bug Fixes
* updated parser ([67a4509](https://github.com/oclif/command/commit/67a4509))
<a name="1.4.11"></a>

@@ -2,0 +10,0 @@ ## [1.4.11](https://github.com/oclif/command/compare/v1.4.10...v1.4.11) (2018-04-09)

4

lib/main.d.ts

@@ -11,3 +11,3 @@ import * as Config from '@oclif/config';

required?: boolean | undefined;
alsoRequire?: string[] | undefined;
dependsOn?: string[] | undefined;
env?: string | undefined;

@@ -25,3 +25,3 @@ parse(input: boolean, context: any): void;

required?: boolean | undefined;
alsoRequire?: string[] | undefined;
dependsOn?: string[] | undefined;
env?: string | undefined;

@@ -28,0 +28,0 @@ parse(input: boolean, context: any): void;

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

@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/errors": "^1.0.4",
"@oclif/parser": "^3.3.0",
"@oclif/parser": "^3.3.1",
"debug": "^3.1.0",

@@ -18,0 +18,0 @@ "semver": "^5.5.0"

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