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 6.0.0 to 6.0.1

1

lib/output/table.js

@@ -38,2 +38,3 @@ 'use strict';

headerAnsi: identity,
printLine: s => out.log(s),
printRow: function (cells) {

@@ -40,0 +41,0 @@ this.printLine(cells.join(this.colSep).trimRight());

4

package.json
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "6.0.0",
"version": "6.0.1",
"author": "Jeff Dickey @dickeyxxx",

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

"fs-extra": "^4.0.1",
"http-call": "^2.1.4",
"http-call": "^2.1.5",
"lodash.ary": "^4.1.1",

@@ -15,0 +15,0 @@ "lodash.defaults": "^4.2.0",

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