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 1.10.2 to 1.10.3

config.js

6

cli.js
var console = require('./console');
var errors = require('./errors');
var config = require('./config');

@@ -14,1 +15,6 @@ exports.run = require('./run');

exports.command = require('./command');
exports.defaultHost = config.defaultHost;
exports.httpGitHost = config.httpGitHost;
exports.gitHost = config.gitHost;
exports.host = config.host;

2

package.json
{
"name": "heroku-cli-util",
"version": "1.10.2",
"version": "1.10.3",
"description": "Set of helpful CLI utilities",

@@ -5,0 +5,0 @@ "main": "cli.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