@zendesk/zcli-apps
Advanced tools
Comparing version
@@ -12,6 +12,6 @@ "use strict"; | ||
const appPath_1 = require("../../lib/appPath"); | ||
const env_1 = require("@zendesk/zcli-core/src/lib/env"); | ||
const zcli_core_1 = require("@zendesk/zcli-core"); | ||
class Update extends core_1.Command { | ||
getAppID(appConfig) { | ||
const app_id = process.env[env_1.EnvVars.APP_ID] || (appConfig ? appConfig.app_id : undefined); | ||
const app_id = process.env[zcli_core_1.env.EnvVars.APP_ID] || (appConfig ? appConfig.app_id : undefined); | ||
if (!app_id) { | ||
@@ -18,0 +18,0 @@ throw new errors_1.CLIError(chalk.red('App ID not found')); |
{ | ||
"name": "@zendesk/zcli-apps", | ||
"description": "zcli apps commands live here", | ||
"version": "1.0.0-beta.49", | ||
"version": "1.0.0-beta.50", | ||
"author": "@vegemite", | ||
@@ -71,3 +71,3 @@ "npmRegistry": "https://registry.npmjs.org", | ||
"types": "lib/index.d.ts", | ||
"gitHead": "33785c2889a604d3f61b80b5e5c2df755e38d5a5" | ||
"gitHead": "935e572481752c2757df60d8f9ee492402cee826" | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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 1 instance in 1 package
85791
13.46%62
1.64%1
Infinity%