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 8.0.3 to 8.0.4

2

lib/help.js

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

function linewrap(length, s) {
const linewrap = require('./output/linewrap');
const linewrap = require('@heroku/linewrap');
return linewrap(length, _screen.stdtermwidth, {

@@ -25,0 +25,0 @@ skipScheme: 'ansi-color'

@@ -12,6 +12,2 @@ 'use strict';

var _linewrap = require('./linewrap');
var _linewrap2 = _interopRequireDefault(_linewrap);
var _screen = require('./screen');

@@ -74,3 +70,4 @@

function wrap(msg) {
return (0, _linewrap2.default)(6, _screen.errtermwidth, {
const linewrap = require('@heroku/linewrap');
return linewrap(6, _screen.errtermwidth, {
skipScheme: 'ansi-color',

@@ -77,0 +74,0 @@ skip: /^\$ .*$/

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "8.0.3",
"version": "8.0.4",
"author": "Jeff Dickey @dickeyxxx",
"bugs": "https://github.com/heroku/cli-engine-command/issues",
"dependencies": {
"@heroku/linewrap": "^1.0.0",
"ansi-escapes": "^3.0.0",

@@ -66,5 +67,2 @@ "cardinal": "1.x",

"rootDir": "./src",
"coveragePathIgnorePatterns": [
"src/output/linewrap.js"
],
"setupFiles": [

@@ -71,0 +69,0 @@ "../test/init.js"

Sorry, the diff of this file is not supported yet

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