Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 3.6.0 to 3.6.1

8

lib/command.js

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

let Heroku = require('heroku-client');
let cli = require('../');
let cli = require('..');
let url = require('url');

@@ -11,4 +11,5 @@

let opts = {
debug: context.debug,
token: context.auth ? context.auth.password : null,
userAgent: context.version,
debug: context.debug,
token: context.auth ? context.auth.password : null,
};

@@ -51,2 +52,3 @@ if (context.secondFactor) {

.catch(handleErr);
return;
}

@@ -53,0 +55,0 @@ throw err;

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

@@ -32,3 +32,3 @@ "main": "index.js",

"columnify": "^1.4.1",
"heroku-client": "^1.10.1",
"heroku-client": "^1.10.2",
"ini": "^1.3.3",

@@ -35,0 +35,0 @@ "linewrap": "^0.2.1",

@@ -132,5 +132,3 @@ # heroku-cli-util

Used for initializing a plugin command.
It will set the `cwd` to the user's current location,
give you an auth'ed instance of `heroku-client`,
and cleanly handle API exceptions.
give you an auth'ed instance of `heroku-client` and cleanly handle API exceptions.

@@ -137,0 +135,0 @@ It uses `co` so you can `yield` promises.

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