Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/core

Package Overview
Dependencies
Maintainers
5
Versions
405
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.14 to 0.5.15

7

CHANGELOG.md

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

### [0.5.15](https://github.com/oclif/core/compare/v0.5.14...v0.5.15) (2021-06-24)
### Bug Fixes
* return type on toSuccessJson ([e2a9751](https://github.com/oclif/core/commit/e2a9751c84d5582ff4f0b3e24b12b198c0318dd1))
### [0.5.14](https://github.com/oclif/core/compare/v0.5.13...v0.5.14) (2021-06-17)

@@ -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): T;
protected toSuccessJson<T>(result: T): any;
protected toErrorJson(err: any): any;
}
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "0.5.14",
"version": "0.5.15",
"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