🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cloudbuild-task-contracts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbuild-task-contracts - npm Package Compare versions

Comparing version

to
0.1.70-alpha

1

lib/CloudTaskUtilities.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Utilities = void 0;
class Utilities {

@@ -4,0 +5,0 @@ static parseArguments(argString) {

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./CloudTaskUtilities"));
__exportStar(require("./Tool"), exports);
__exportStar(require("./Logger"), exports);
__exportStar(require("./Inputs"), exports);
__exportStar(require("./Outputs"), exports);
__exportStar(require("./PullRequest"), exports);
__exportStar(require("./TaskResult"), exports);
__exportStar(require("./Artifacts"), exports);
__exportStar(require("./RepoInfo"), exports);
__exportStar(require("./CloudTask"), exports);
__exportStar(require("./CloudTaskUtilities"), exports);
//# sourceMappingURL=index.js.map

16

package.json
{
"name": "cloudbuild-task-contracts",
"version": "0.1.66-alpha",
"version": "0.1.70-alpha",
"description": "Abstractions that most/all cloud build services can fulfill in order to allow the development of tasks for submission to the various cloud build marketplaces while maintaining primarily just one codebase.",

@@ -26,10 +26,10 @@ "main": "lib/index.js",

"devDependencies": {
"@types/jest": "^24.9.1",
"@types/node": "^13.1.8",
"jest": "^25.1.0",
"jshint": "^2.11.0",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"jest": "^26.2.2",
"jshint": "^2.12.0",
"ts-jest": "^26.1.4",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet