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

heroku-accounts

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-accounts - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

10

lib/accounts.js

@@ -10,4 +10,12 @@ 'use strict'

const basedir = path.join(os.homedir(), '.heroku', 'accounts')
function configDir () {
const legacyDir = path.join(os.homedir(), '.heroku')
if (fs.existsSync(legacyDir)) {
return legacyDir
}
return path.join(os.homedir(), '.config', 'heroku')
}
const basedir = path.join(configDir(), 'accounts')
const netrcfile = process.platform === 'win32' ? '_netrc' : '.netrc'

@@ -14,0 +22,0 @@ const netrcpath = path.join(os.homedir(), netrcfile)

2

package.json
{
"name": "heroku-accounts",
"description": "manage multiple heroku accounts",
"version": "1.1.2",
"version": "1.1.3",
"author": "Jeff Dickey @dickeyxxx",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-accounts/issues",

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