New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spartez-software/azure-test

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spartez-software/azure-test - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

1

lib/AzureDevOps.js

@@ -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);

6

package.json
{
"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

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