Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
1
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.0.0 to 1.0.1

7

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

@@ -15,3 +15,6 @@ "main": "cli.js",

},
"homepage": "https://github.com/heroku/heroku-cli-util"
"homepage": "https://github.com/heroku/heroku-cli-util",
"devDependencies": {
"netrc": "^0.1.3"
}
}
var util = require('util');
var netrc = require('netrc')()['api.heroku.com'];

@@ -60,2 +59,3 @@ function usage (commands) {

module.exports = function run (commands, args) {
var netrc = require('netrc')()['api.heroku.com'];
var cmd = findCmd(commands, args[0]);

@@ -62,0 +62,0 @@ if (!cmd) { usage(commands); process.exit(1); }

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