Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-util - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

2

lib/errors.js

@@ -10,3 +10,3 @@ 'use strict'

function errtermwidth () {
if (!process.stderr.isTTY) return 80
if (!process.stderr.isTTY || !process.stderr.getWindowSize) return 80
let width = process.stderr.getWindowSize()[0]

@@ -13,0 +13,0 @@ return width < 30 ? 30 : width

{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "6.2.0",
"version": "6.2.1",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -10,21 +10,21 @@ "bugs": {

"dependencies": {
"ansi-escapes": "1.4.0",
"cardinal": "1.0.0",
"ansi-escapes": "^1.4.0",
"cardinal": "^1.0.0",
"chalk": "^1.1.3",
"co": "4.6.0",
"co": "^4.6.0",
"got": "^6.3.0",
"heroku-client": "3.0.2",
"lodash.ary": "4.1.1",
"lodash.defaults": "4.2.0",
"lodash.get": "4.4.2",
"lodash.identity": "3.0.0",
"lodash.keys": "4.2.0",
"lodash.mapvalues": "4.6.0",
"lodash.noop": "3.0.1",
"lodash.partial": "4.2.1",
"lodash.pickby": "4.6.0",
"lodash.property": "4.4.2",
"lodash.repeat": "4.1.0",
"lodash.result": "4.5.2",
"netrc-parser": "2.0.1",
"heroku-client": "^3.0.2",
"lodash.ary": "^4.1.1",
"lodash.defaults": "^4.2.0",
"lodash.get": "^4.4.2",
"lodash.identity": "^3.0.0",
"lodash.keys": "^4.2.0",
"lodash.mapvalues": "^4.6.0",
"lodash.noop": "^3.0.1",
"lodash.partial": "^4.2.1",
"lodash.pickby": "^4.6.0",
"lodash.property": "^4.4.2",
"lodash.repeat": "^4.1.0",
"lodash.result": "^4.5.2",
"netrc-parser": "^2.0.1",
"opn": "^3.0.3",

@@ -36,13 +36,13 @@ "supports-color": "^3.1.2",

"chai": "^3.0.0",
"codeclimate-test-reporter": "0.4.0",
"hook-std": "0.2.0",
"codeclimate-test-reporter": "^0.4.0",
"hook-std": "^0.2.0",
"jsdoc": "*",
"mocha": "3.2.0",
"mocha-junit-reporter": "1.13.0",
"nock": "9.0.4",
"nyc": "10.1.2",
"proxyquire": "1.7.11",
"sinon": "1.17.7",
"standard": "8.6.0",
"unexpected": "10.25.0"
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"nock": "^9.0.4",
"nyc": "^10.1.2",
"proxyquire": "^1.7.11",
"sinon": "^1.17.7",
"standard": "^8.6.0",
"unexpected": "^10.25.0"
},

@@ -49,0 +49,0 @@ "engines": {

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