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

heroku-accounts

Package Overview
Dependencies
Maintainers
24
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.0.3 to 1.1.0

circle.yml

1

index.js

@@ -11,4 +11,5 @@ 'use strict'

require('./commands/add'),
require('./commands/current'),
require('./commands/remove'),
require('./commands/set')
]
{
"name": "heroku-accounts",
"version": "1.0.3",
"license": "ISC",
"repository": "https://github.com/heroku/heroku-accounts",
"description": "manage multiple heroku accounts",
"version": "1.1.0",
"author": "Jeff Dickey @dickeyxxx",
"bugs": "https://github.com/heroku/heroku-accounts/issues",
"dependencies": {

@@ -12,3 +13,16 @@ "co": "4.6.0",

"yamljs": "0.2.7"
},
"devDependencies": {
"standard": "7.1.2"
},
"homepage": "https://github.com/heroku/heroku-accounts",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"repository": "https://github.com/heroku/heroku-accounts",
"scripts": {
"test": "standard"
}
}
# Heroku Accounts
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
Helps use multiple accounts on Heroku.

@@ -28,2 +30,7 @@

To find current account:
$ heroku accounts:current
personal
To remove an account:

@@ -30,0 +37,0 @@

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