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

cli-engine-command

Package Overview
Dependencies
Maintainers
4
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-command - npm Package Compare versions

Comparing version 4.1.2 to 5.0.0

8

lib/flags/index.js

@@ -29,10 +29,4 @@ 'use strict';

var _app = require('./app');
var _org = require('./org');
var _org2 = _interopRequireDefault(_org);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const flags = exports.flags = { boolean: _boolean2.default, string: _string2.default, number: _number2.default, remote: _app.RemoteFlag, app: _app.AppFlag, org: _org2.default };
const flags = exports.flags = { boolean: _boolean2.default, string: _string2.default, number: _number2.default };

2

package.json
{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "4.1.2",
"version": "5.0.0",
"author": "Jeff Dickey @dickeyxxx",

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

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