Socket
Socket
Sign inDemoInstall

@oclif/core

Package Overview
Dependencies
Maintainers
7
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.36 to 0.5.37

7

CHANGELOG.md

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

### [0.5.37](https://github.com/oclif/core/compare/v0.5.36...v0.5.37) (2021-09-15)
### Bug Fixes
* don't warn on hook errors ([#246](https://github.com/oclif/core/issues/246)) ([ba4be4b](https://github.com/oclif/core/commit/ba4be4b010f5f861e44b43ac31f33ce4b749982e))
### [0.5.36](https://github.com/oclif/core/compare/v0.5.35...v0.5.36) (2021-09-14)

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

3

lib/config/config.js

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

reject(new Error(`Timed out after ${ms} ms.`));
}, ms);
}, ms).unref();
});

@@ -188,3 +188,2 @@ return Promise.race([promise, timeout]).then(result => {

throw error;
this.warn(error, `runHook ${event}`);
}

@@ -191,0 +190,0 @@ }

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