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

@zendesk/zcli-apps

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendesk/zcli-apps - npm Package Compare versions

Comparing version

to
1.0.0-beta.50

LICENSE

4

dist/commands/apps/update.js

@@ -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"
}