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

cli-engine-command

Package Overview
Dependencies
Maintainers
4
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-command - npm Package Compare versions

Comparing version 3.0.5 to 3.1.0

lib/flags/number.js

2

lib/output/index.js

@@ -223,3 +223,3 @@ 'use strict';

error(err, exitCode = 1) {
if (this.mock && typeof err !== 'string') throw err;
if (this.mock && typeof err !== 'string' && exitCode !== false) throw err;
try {

@@ -226,0 +226,0 @@ if (typeof err === 'string') err = new Error(err);

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "3.0.5",
"version": "3.1.0",
"author": "Jeff Dickey @dickeyxxx",

@@ -11,4 +11,4 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues",

"chalk": "^1.1.3",
"cli-engine-config": "1.1.1",
"fs-extra": "2.1.2",
"cli-engine-config": "1.1.2",
"fs-extra": "3.0.0",
"got": "^6.7.1",

@@ -30,3 +30,3 @@ "http-call": "1.1.2",

"babel-plugin-transform-flow-strip-types": "6.22.0",
"flow-bin": "0.44.2",
"flow-bin": "0.45.0",
"flow-copy-source": "1.1.0",

@@ -33,0 +33,0 @@ "flow-typed": "2.1.2",

Sorry, the diff of this file is not supported yet

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