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

azure-devops-extension-api

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.141.11 to 0.141.12

30

extensions/BuildServices.d.ts

@@ -1,2 +0,2 @@

import { BuildDefinitionReference } from "../types/Build";
import { BuildDefinitionReference, BuildReference } from "../types/Build";

@@ -9,16 +9,32 @@ /**

/**
* Service for getting information about the current build definition on a build definition page
* Service for getting contextual information when on a builds page
*/
BuildDefinitionPageDataService = "ms.vss-build-web.definitions-page-data-service"
BuildPageDataService = "ms.vss-build-web.build-page-data-service"
}
/**
* Service for getting information about the current build definition on a build definition page
* Contextual information for a build page
*/
export interface IBuildDefinitionPageDataService {
export interface IBuildPageData {
/**
* Gets information about the build definition if on a build definition page.
* The currently selected build result when on a build page
*/
getDefinition(): BuildDefinitionReference | undefined;
build?: BuildReference;
/**
* The currently selected build definition when on a build page
*/
definition?: BuildDefinitionReference;
}
/**
* Service for getting contextual information when on a builds page
*/
export interface IBuildPageDataService {
/**
* Gets contextual information for a build page
*/
getBuildPageData(): IBuildPageData | undefined;
}
{
"name": "azure-devops-extension-api",
"version": "0.141.11",
"version": "0.141.12",
"description": "REST client libraries and contracts for Azure DevOps web extension developers.",

@@ -5,0 +5,0 @@ "repository": {

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