cli-engine-command
Advanced tools
Comparing version 4.1.2 to 5.0.0
@@ -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 }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
7
1
123194
34
1792