heroku-cli-util
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
83795
3
+ Addedheroku-client@3.1.0(transitive)
+ Addednetrc-parser@2.0.6(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
- Removeddebug@2.6.9(transitive)
- Removedheroku-client@3.0.2(transitive)
- Removedms@2.0.0(transitive)
- Removednetrc-parser@2.0.1(transitive)
Updatedansi-escapes@^1.4.0
Updatedcardinal@^1.0.0
Updatedco@^4.6.0
Updatedheroku-client@^3.0.2
Updatedlodash.ary@^4.1.1
Updatedlodash.defaults@^4.2.0
Updatedlodash.get@^4.4.2
Updatedlodash.identity@^3.0.0
Updatedlodash.keys@^4.2.0
Updatedlodash.mapvalues@^4.6.0
Updatedlodash.noop@^3.0.1
Updatedlodash.partial@^4.2.1
Updatedlodash.pickby@^4.6.0
Updatedlodash.property@^4.4.2
Updatedlodash.repeat@^4.1.0
Updatedlodash.result@^4.5.2
Updatednetrc-parser@^2.0.1