Socket
Socket
Sign inDemoInstall

azure-pipelines-tasks-artifacts-common

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-pipelines-tasks-artifacts-common - npm Package Compare versions

Comparing version 1.0.1 to 1.177.0

1

credentialProviderUtils.js

@@ -20,2 +20,3 @@ "use strict";

const retryUtils_1 = require("./retryUtils");
tl.setResourcePath(path.join(__dirname, 'module.json'), true);
const CRED_PROVIDER_PREFIX_ENVVAR = "VSS_NUGET_URI_PREFIXES";

@@ -22,0 +23,0 @@ const CRED_PROVIDER_ACCESS_TOKEN_ENVVAR = "VSS_NUGET_ACCESSTOKEN";

6

package.json
{
"name": "azure-pipelines-tasks-artifacts-common",
"version": "1.0.1",
"version": "1.177.0",
"description": "Azure Artifacts common code (for new authentication tasks)",
"scripts": {
"build": "tsc"
"build": "cd ../build-scripts && npm install && cd ../artifacts-common && node make.js"
},

@@ -19,3 +19,3 @@ "author": "Microsoft Corporation",

"azure-devops-node-api": "8.0.0",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-task-lib": "2.11.2",
"fs-extra": "8.1.0",

@@ -22,0 +22,0 @@ "semver": "6.3.0"

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tl = require("azure-pipelines-task-lib/task");
const path = require("path");
tl.setResourcePath(path.join(__dirname, 'module.json'), true);
class ServiceConnection {

@@ -5,0 +7,0 @@ constructor(packageSource, authType, additionalData) {

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