You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

cloudbuild-task-contracts

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.51-alpha.gf68782b92e

{
"name": "cloudbuild-task-contracts",
"version": "0.1.49-alpha.gcdab05e938",
"version": "0.1.51-alpha.gf68782b92e",
"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.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -10,3 +10,3 @@ export interface Outputs {

/**
* Sets an output variable that the workflow/pipeline can directly consume if they wire a symbol up to receive it.
* Sets an output variable that the workflow/pipeline can directly consume if they refer to this particular task invocation and output name.
* @param name The name of the output variable.

@@ -13,0 +13,0 @@ * @param value The value of the output variable.