Socket
Socket
Sign inDemoInstall

azure-pipelines-task-lib

Package Overview
Dependencies
Maintainers
7
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-pipelines-task-lib - npm Package Compare versions

Comparing version 2.11.4 to 2.12.0

2

package.json
{
"name": "azure-pipelines-task-lib",
"version": "2.11.4",
"version": "2.12.0",
"description": "Azure Pipelines Task SDK",

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

@@ -82,8 +82,9 @@ import Q = require('q');

*
* @param name name of the variable to set
* @param val value to set
* @param secret whether variable is secret. Multi-line secrets are not allowed. Optional, defaults to false
* @param name name of the variable to set
* @param val value to set
* @param secret whether variable is secret. Multi-line secrets are not allowed. Optional, defaults to false
* @param isOutput whether variable is an output variable. Optional, defaults to false
* @returns void
*/
export declare function setVariable(name: string, val: string, secret?: boolean): void;
export declare function setVariable(name: string, val: string, secret?: boolean, isOutput?: boolean): void;
/**

@@ -90,0 +91,0 @@ * Registers a value with the logger, so the value will be masked from the logs. Multi-line secrets are not allowed.

Sorry, the diff of this file is too big to display

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