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.24 to 0.5.25

7

CHANGELOG.md

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

### [0.5.25](https://github.com/oclif/core/compare/v0.5.24...v0.5.25) (2021-07-22)
### Bug Fixes
* remove default flags ([403e5d8](https://github.com/oclif/core/commit/403e5d89351d2f9bc2494179e1514f0ed7500384))
### [0.5.24](https://github.com/oclif/core/compare/v0.5.23...v0.5.24) (2021-07-22)

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

2

lib/command.d.ts

@@ -63,5 +63,5 @@ import * as Interfaces from './interfaces';

static run: Interfaces.Command.Class['run'];
private static globalFlags;
/** A hash of flags for the command */
private static _flags;
private static globalFlags;
static get flags(): Interfaces.FlagInput<any>;

@@ -68,0 +68,0 @@ static set flags(flags: Interfaces.FlagInput<any>);

@@ -168,4 +168,2 @@ "use strict";

};
/** A hash of flags for the command */
Command._flags = {};
Command.globalFlags = {

@@ -172,0 +170,0 @@ json: Flags.boolean({

{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.24",
"version": "0.5.25",
"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