Socket
Socket
Sign inDemoInstall

heroku-cli-util

Package Overview
Dependencies
Maintainers
4
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 8.0.5 to 8.0.6

7

lib/auth.js

@@ -43,2 +43,9 @@ 'use strict'

})
if (netrc.machines._tokens) {
netrc.machines._tokens.forEach(token => {
if (hosts.includes(token.host)) {
token.internalWhitespace = '\n '
}
})
}
netrc.saveSync()

@@ -45,0 +52,0 @@ }

2

package.json
{
"name": "heroku-cli-util",
"description": "Set of helpful CLI utilities",
"version": "8.0.5",
"version": "8.0.6",
"author": "Jeff Dickey (@dickeyxxx)",

@@ -6,0 +6,0 @@ "bugs": {

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