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

@oclif/config

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/config - npm Package Compare versions

Comparing version 1.3.61 to 1.3.62

8

CHANGELOG.md

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

<a name="1.3.62"></a>
## [1.3.62](https://github.com/oclif/config/compare/v1.3.61...v1.3.62) (2018-03-26)
### Bug Fixes
* add config to hook context ([f06fa67](https://github.com/oclif/config/commit/f06fa67))
<a name="1.3.61"></a>

@@ -2,0 +10,0 @@ ## [1.3.61](https://github.com/oclif/config/compare/ff29737a1990fa22e9783eb8fc7664b1f0c48f4a...v1.3.61) (2018-03-24)

1

lib/config.js

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

const context = {
config: this,
exit(code = 0) { errors_1.exit(code); },

@@ -86,0 +87,0 @@ log(message = '') {

@@ -25,2 +25,3 @@ import * as Config from '.';

interface Context {
config: Config.IConfig;
exit(code?: number): void;

@@ -27,0 +28,0 @@ error(message: string | Error, options?: {

2

package.json
{
"name": "@oclif/config",
"description": "base config object and standard interfaces for oclif components",
"version": "1.3.61",
"version": "1.3.62",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/config/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