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 1.0.0-beta.43 to 1.0.0-beta.45

4

dist/utils/createApp.js

@@ -9,2 +9,3 @@ "use strict";

const core_1 = require("@oclif/core");
const chalk = require("chalk");
const getManifestAppName = (appPath) => {

@@ -24,2 +25,5 @@ return (0, manifest_1.getManifestFile)(appPath).name;

await fs.remove(pkgPath);
if (response.status !== 201) {
console.log(chalk.red('Upload failed with response: ', response.data));
}
return response.data;

@@ -26,0 +30,0 @@ };

6

package.json
{
"name": "@zendesk/zcli-apps",
"description": "zcli apps commands live here",
"version": "1.0.0-beta.43",
"version": "1.0.0-beta.45",
"author": "@vegemite",

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

"archiver": "^5.3.1",
"axios": "^1.7.2",
"axios": "^0.27.2",
"chalk": "^4.1.2",

@@ -72,3 +72,3 @@ "cors": "^2.8.5",

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