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

azure-devops-node-api

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-devops-node-api - npm Package Compare versions

Comparing version 14.0.1 to 14.0.2

8

interfaces/common/VsoBaseInterfaces.d.ts

@@ -75,2 +75,3 @@ /// <reference types="node" />

export interface IRequestOptions {
headers?: IHeaders;
socketTimeout?: number;

@@ -80,7 +81,10 @@ ignoreSslError?: boolean;

cert?: ICertConfiguration;
allowRetries?: boolean;
maxRetries?: number;
allowRedirects?: boolean;
allowRedirectDowngrade?: boolean;
maxRedirects?: number;
maxSockets?: number;
keepAlive?: boolean;
presignedUrlPatterns?: RegExp[];
allowRetries?: boolean;
maxRetries?: number;
}

@@ -87,0 +91,0 @@ export interface IProxyConfiguration {

{
"name": "azure-devops-node-api",
"description": "Node client for Azure DevOps and TFS REST APIs",
"version": "14.0.1",
"version": "14.0.2",
"main": "./WebApi.js",

@@ -6,0 +6,0 @@ "types": "./WebApi.d.ts",

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