Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-pipelines-task-lib

Package Overview
Dependencies
Maintainers
6
Versions
78
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 4.10.0 to 4.10.1

12

internal.js

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

exports._knownVariableMap = {};
var _taskSdkToken;
var _commandCorrelationId;
//-----------------------------------------------------

@@ -274,3 +274,3 @@ // Enums

if (source === void 0) { source = IssueSource.TaskInternal; }
_command('task.issue', { 'type': 'warning', 'source': source, 'token': _taskSdkToken }, message);
_command('task.issue', { 'type': 'warning', 'source': source, 'correlationId': _commandCorrelationId }, message);
}

@@ -280,3 +280,3 @@ exports._warning = _warning;

if (source === void 0) { source = IssueSource.TaskInternal; }
_command('task.issue', { 'type': 'error', 'source': source, 'token': _taskSdkToken }, message);
_command('task.issue', { 'type': 'error', 'source': source, 'correlationId': _commandCorrelationId }, message);
}

@@ -670,5 +670,5 @@ exports._error = _error;

_debug('loaded ' + loaded);
var token = process.env["TASK_SDK_COMMAND_TOKEN"];
delete process.env["TASK_SDK_COMMAND_TOKEN"];
_taskSdkToken = token ? String(token) : "";
var correlationId = process.env["COMMAND_CORRELATION_ID"];
delete process.env["COMMAND_CORRELATION_ID"];
_commandCorrelationId = correlationId ? String(correlationId) : "";
// store public variable metadata

@@ -675,0 +675,0 @@ var names;

{
"name": "azure-pipelines-task-lib",
"version": "4.10.0",
"version": "4.10.1",
"description": "Azure Pipelines Task SDK",

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

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