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

@dogger/cli

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dogger/cli - npm Package Compare versions

Comparing version 1.0.24 to 1.0.27

34

dist/commands/compose-up.js
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -112,6 +123,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

if (!argv.demo) return [3 /*break*/, 2];
return [4 /*yield*/, plan_shared_1.provision({
demo: true,
skipConfirmation: true
})];
return [4 /*yield*/, plan_shared_1.provision(__assign(__assign({}, argv), { demo: true, skipConfirmation: true }))];
case 1:

@@ -134,12 +142,16 @@ _b.sent();

};
if (!clusterId) return [3 /*break*/, 2];
if (!argv.demo) return [3 /*break*/, 2];
return [4 /*yield*/, Client_1.apiClient.apiClustersDemoDeployPost(body)];
case 1: return [2 /*return*/, _b.sent()];
case 2:
if (!clusterId) return [3 /*break*/, 4];
return [4 /*yield*/, Client_1.apiClient.apiClustersClusterIdDeployPost(clusterId, body)];
case 1:
_a = _b.sent();
return [3 /*break*/, 4];
case 2: return [4 /*yield*/, Client_1.apiClient.apiClustersDeployPost(body)];
case 3:
_a = _b.sent();
_b.label = 4;
case 4: return [2 /*return*/, _a];
return [3 /*break*/, 6];
case 4: return [4 /*yield*/, Client_1.apiClient.apiClustersDeployPost(body)];
case 5:
_a = _b.sent();
_b.label = 6;
case 6: return [2 /*return*/, _a];
}

@@ -146,0 +158,0 @@ });

{
"name": "@dogger/cli",
"version": "1.0.24",
"version": "1.0.27",
"description": "",

@@ -34,3 +34,3 @@ "main": "dist/missing.js",

"colors": "^1.4.0",
"console-table-printer": "^1.1.64",
"console-table-printer": "^1.2.1",
"node-fetch": "^2.6.0",

@@ -37,0 +37,0 @@ "open": "^7.0.3",

{
"name": "@dogger/cli",
"version": "1.0.24",
"version": "1.0.27",
"description": "",

@@ -34,3 +34,3 @@ "main": "dist/missing.js",

"colors": "^1.4.0",
"console-table-printer": "^1.1.64",
"console-table-printer": "^1.2.1",
"node-fetch": "^2.6.0",

@@ -37,0 +37,0 @@ "open": "^7.0.3",

Sorry, the diff of this file is not supported yet

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