New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-engine-heroku

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-heroku - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

lib/flags/org.js

7

lib/flags/index.js

@@ -12,6 +12,11 @@ 'use strict';

var _org = require('./org');
var _org2 = _interopRequireDefault(_org);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const flags = exports.flags = {
team: _team2.default
team: _team2.default,
org: _org2.default
};

3

lib/flags/team.js

@@ -15,5 +15,6 @@ 'use strict';

description: 'team to use',
parse: input => {
parse: (input, cmd) => {
if (input) return input;
if (envTeam) return envTeam;
if (cmd && cmd.flags.org) return cmd.flags.org;
if (options.required) throw new Error('No team specified');

@@ -20,0 +21,0 @@ }

{
"name": "cli-engine-heroku",
"description": "heroku specific functionality for the cli-engine",
"version": "0.2.0",
"version": "0.3.0",
"author": "Jeff Dickey @dickeyxxx",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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