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.16 to 0.5.17

7

CHANGELOG.md

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

### [0.5.17](https://github.com/oclif/core/compare/v0.5.16...v0.5.17) (2021-06-28)
### Bug Fixes
* simplify toSuccessJson ([442195e](https://github.com/oclif/core/commit/442195eb6ee5e7728fe0bb4e9e1d8ecb5633f105))
### [0.5.16](https://github.com/oclif/core/compare/v0.5.15...v0.5.16) (2021-06-28)

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

2

lib/command.d.ts

@@ -95,4 +95,4 @@ import * as Interfaces from './interfaces';

protected finally(_: Error | undefined): Promise<any>;
protected toSuccessJson<T>(result: T): any;
protected toSuccessJson(result: any): any;
protected toErrorJson(err: any): any;
}
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.16",
"version": "0.5.17",
"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