Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
5
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/core - npm Package Compare versions

Comparing version 0.5.18 to 0.5.19

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.19](https://github.com/oclif/core/compare/v0.5.18...v0.5.19) (2021-06-30)
### Bug Fixes
* jsonEnabled when json is disabled ([4575be8](https://github.com/oclif/core/commit/4575be87f40622c13ed8060765d341365bc8bd6e))
### [0.5.18](https://github.com/oclif/core/compare/v0.5.17...v0.5.18) (2021-06-28)

@@ -7,0 +14,0 @@

2

lib/command.js

@@ -84,3 +84,3 @@ "use strict";

jsonEnabled() {
return this.argv.includes('--json');
return !this.ctor.disableJsonFlag && this.argv.includes('--json');
}

@@ -87,0 +87,0 @@ async init() {

{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.18",
"version": "0.5.19",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/core/issues",

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