@spartez-software/azure-test
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -38,2 +38,3 @@ "use strict"; | ||
this.authHandler = azure_devops_node_api_1.getPersonalAccessTokenHandler(pat); | ||
const timeout = String(process.env.AZURE_DEVOPS_SOCKET_TIMEOUT); | ||
const requestOptions = { socketTimeout: 10000 }; | ||
@@ -40,0 +41,0 @@ this.connection = new azure_devops_node_api_1.WebApi(azureUrl, this.authHandler, requestOptions); |
{ | ||
"name": "@spartez-software/azure-test", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "azure integration tests helper lib ", | ||
@@ -41,3 +41,3 @@ "author": "Bartłomiej Zięba <bartlomiej.zieba@spartez-software.com>", | ||
"dependencies": { | ||
"@spartez-software/test-utils": "0.0.36", | ||
"@spartez-software/test-utils": "0.0.37", | ||
"azure-devops-node-api": "10.1.1", | ||
@@ -49,3 +49,3 @@ "dotenv-safe": "8.2.0", | ||
}, | ||
"gitHead": "38f3b77d597ce1acdd4283b85e0689bc99806060" | ||
"gitHead": "bf4ab4517108802d6561345118e3f1d8209d802c" | ||
} |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
31624
362
3
+ Added@spartez-software/test-utils@0.0.37(transitive)
- Removed@spartez-software/test-utils@0.0.36(transitive)