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
0
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 4.240.0 to 4.241.0

ManagementInternal/ManagementInternal.d.ts

2

package.json
{
"name": "azure-devops-extension-api",
"version": "4.240.0",
"version": "4.241.0",
"description": "REST client libraries and contracts for Azure DevOps web extension developers.",

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

@@ -500,2 +500,6 @@ import * as DistributedTaskCommon from "../DistributedTaskCommon/DistributedTaskCommon";

createdBy: WebApi.IdentityRef;
/**
* Gets or sets the date, when the Service endpoint has been created.
*/
creationDate: Date;
data: {

@@ -533,2 +537,10 @@ [key: string]: string;

/**
* Gets or sets the date, when the Service endpoint has been modified.
*/
modificationDate: Date;
/**
* Gets or sets the identity reference for the user who did the latest modification of the Service endpoint.
*/
modifiedBy: WebApi.IdentityRef;
/**
* Gets or sets the friendly name of the endpoint.

@@ -535,0 +547,0 @@ */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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