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.27 to 1.0.28

6

dist/commands/compose-up.js

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

handler: utils_1.handler(auth_1.withCredentials(function (argv) { return __awaiter(void 0, void 0, void 0, function () {
var filePaths, filePaths_1, filePaths_1_1, filePath, fileContents, clusterId;
var filePaths, filePaths_1, filePaths_1_1, filePath, fileContents, succeeded, clusterId;
var e_1, _a;

@@ -126,3 +126,5 @@ return __generator(this, function (_b) {

case 1:
_b.sent();
succeeded = _b.sent();
if (!succeeded)
return [2 /*return*/];
_b.label = 2;

@@ -129,0 +131,0 @@ case 2:

@@ -121,10 +121,5 @@ "use strict";

return [4 /*yield*/, provisionDemo(argv)];
case 1:
_a.sent();
return [3 /*break*/, 4];
case 1: return [2 /*return*/, _a.sent()];
case 2: return [4 /*yield*/, provisionPlan(argv)];
case 3:
_a.sent();
_a.label = 4;
case 4: return [2 /*return*/];
case 3: return [2 /*return*/, _a.sent()];
}

@@ -149,3 +144,3 @@ });

yargs.showHelp();
return [2 /*return*/];
return [2 /*return*/, false];
}

@@ -161,3 +156,3 @@ additionalText = "";

if (!looksOk)
return [2 /*return*/];
return [2 /*return*/, false];
return [4 /*yield*/, http_1.handleValidationErrors(function () { return __awaiter(_this, void 0, void 0, function () {

@@ -203,5 +198,3 @@ var response;

})];
case 3:
_a.sent();
return [2 /*return*/];
case 3: return [2 /*return*/, _a.sent()];
}

@@ -255,7 +248,8 @@ });

});
}); }
}); },
ALREADY_PROVISIONED: function () {
console_1.consoleError("All of our demo servers are currently being used by someone else. Try again in an hour, since all demo servers have a temporary lifespan. Alternatively, consider provisioning a non-demo server.");
}
})];
case 1:
_a.sent();
return [2 /*return*/];
case 1: return [2 /*return*/, _a.sent()];
}

@@ -262,0 +256,0 @@ });

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

_a.sent();
return [3 /*break*/, 9];
return [2 /*return*/, true];
case 2:

@@ -112,3 +112,3 @@ e_1 = _a.sent();

case 8: return [3 /*break*/, 9];
case 9: return [2 /*return*/];
case 9: return [2 /*return*/, false];
}

@@ -115,0 +115,0 @@ });

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

@@ -5,0 +5,0 @@ "main": "dist/missing.js",

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

@@ -5,0 +5,0 @@ "main": "dist/missing.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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