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
7
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 1.0.0-beta.5 to 1.0.0-beta.6

LICENSE

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-beta.6](https://github.com/zendesk/zcli/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2021-02-14)
**Note:** Version bump only for package @zendesk/zcli-apps
# [1.0.0-beta.5](https://github.com/zendesk/zcli/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-02-04)

@@ -8,0 +16,0 @@

2

dist/lib/buildAppJSON.js

@@ -38,3 +38,3 @@ "use strict";

exports.getInstallation = (appId, app, configFileContents, appSettings) => {
const installationId = uuid_1.uuidV4();
const installationId = configFileContents.installation_id || uuid_1.uuidV4();
return {

@@ -41,0 +41,0 @@ app_id: appId,

@@ -6,2 +6,3 @@ export interface ZcliConfigFileContent {

app_id?: string;
installation_id?: string;
parameters?: ConfigParameters;

@@ -8,0 +9,0 @@ }

{
"name": "@zendesk/zcli-apps",
"description": "zcli apps commands live here",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"author": "@vegemite",

@@ -76,3 +76,4 @@ "npmRegistry": "https://registry.npmjs.org",

},
"types": "lib/index.d.ts"
"types": "lib/index.d.ts",
"gitHead": "3ea6e03c50d718fc1d7d51510e65f30f050e7c81"
}
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