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.179.1 to 2.0.1

8

package.json
{
"name": "azure-pipelines-tasks-artifacts-common",
"version": "1.179.1",
"version": "2.0.1",
"description": "Azure Artifacts common code (for new authentication tasks)",

@@ -16,6 +16,6 @@ "scripts": {

"@types/fs-extra": "8.0.0",
"@types/node": "10.17.0",
"@types/mocha": "5.2.6",
"@types/node": "^10.17.0",
"@types/mocha": "^5.2.6",
"azure-devops-node-api": "10.1.2",
"azure-pipelines-task-lib": "3.0.6-preview.0",
"azure-pipelines-task-lib": "^3.1.0",
"fs-extra": "8.1.0",

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

@@ -30,3 +30,4 @@ "use strict";

return null;
}
},
setResourcePath: (path) => { }
};

@@ -42,3 +43,4 @@ mockery.registerMock('azure-pipelines-task-lib/task', mockTask);

return [];
}
},
setResourcePath: (path) => { }
};

@@ -60,2 +62,3 @@ mockery.registerMock('azure-pipelines-task-lib/task', mockTask);

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "token"

@@ -85,2 +88,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "token"

@@ -103,2 +107,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "usernamepassword"

@@ -129,2 +134,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "usernamepassword"

@@ -146,2 +152,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "usernamepassword"

@@ -164,2 +171,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "none"

@@ -189,2 +197,3 @@ };

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "none"

@@ -213,3 +222,4 @@ };

return values[key];
}
},
setResourcePath: (path) => { }
};

@@ -240,2 +250,3 @@ mockery.registerMock('azure-pipelines-task-lib/task', mockTask);

}),
setResourcePath: (path) => { },
getEndpointAuthorizationScheme: (key, optional) => "token",

@@ -242,0 +253,0 @@ getEndpointDataParameter: (id, key, optional) => {

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