Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
2
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 5.4.12 to 5.4.13

2

lib/command.js

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

function heroku (context) {
let host = context.apiHost || 'api.heroku.com';
let host = context.apiUrl || 'https://api.heroku.com';
let opts = {

@@ -12,0 +12,0 @@ userAgent: context.version,

@@ -39,2 +39,4 @@ 'use strict';

return obj;
} else if (typeof obj === 'object') {
return Object.keys(obj).map(k => k + ': ' + util.inspect(obj[k])).join(', ');
} else {

@@ -41,0 +43,0 @@ return util.inspect(obj);

{
"name": "heroku-cli-util",
"version": "5.4.12",
"version": "5.4.13",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

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