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

heroku-accounts

Package Overview
Dependencies
Maintainers
27
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.0 to 1.1.1

5

commands/add.js

@@ -14,4 +14,4 @@ 'use strict'

let auth = yield cli.login()
accounts.add(name, auth.user.email, auth.access_token.token)
let auth = yield cli.login({sso: context.flags.sso})
accounts.add(name, auth.email, auth.token)
}

@@ -23,3 +23,4 @@

args: [{name: 'name'}],
flags: [{name: 'sso', description: 'login for enterprise users under SSO'}],
run: cli.command(co.wrap(run))
}

4

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

@@ -9,3 +9,3 @@ "bugs": "https://github.com/heroku/heroku-accounts/issues",

"co": "4.6.0",
"heroku-cli-util": "6.0.13",
"heroku-cli-util": "6.1.1",
"mkdirp": "0.5.1",

@@ -12,0 +12,0 @@ "netrc": "0.1.4",

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