New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.4.23 to 1.4.24

8

CHANGELOG.md

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

<a name="1.4.24"></a>
## [1.4.24](https://github.com/oclif/command/compare/v1.4.23...v1.4.24) (2018-05-13)
### Bug Fixes
* flush stdout on exit ([8b38347](https://github.com/oclif/command/commit/8b38347))
<a name="1.4.23"></a>

@@ -2,0 +10,0 @@ ## [1.4.23](https://github.com/oclif/command/compare/v1.4.22...v1.4.23) (2018-05-12)

@@ -91,2 +91,7 @@ "use strict";

await require('@oclif/errors').config.errorLogger.flush();
try {
const { ux } = require('cli-ux');
await ux.flush();
}
catch (_a) { }
// tslint:disable-next-line no-console

@@ -93,0 +98,0 @@ }

4

package.json
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.23",
"version": "1.4.24",
"author": "Jeff Dickey @jdxcode",

@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/errors": "^1.1.1",
"@oclif/parser": "^3.3.3",
"@oclif/parser": "^3.4.0",
"debug": "^3.1.0",

@@ -18,0 +18,0 @@ "semver": "^5.5.0"

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