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

azure-devops-extension-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.141.5 to 1.141.6

2

package.json
{
"name": "azure-devops-extension-sdk",
"version": "1.141.5",
"version": "1.141.6",
"description": "Azure DevOps web extension JavaScript library and types.",

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

@@ -314,2 +314,7 @@ export as namespace DevOps;

onClose?: (result: TResult | undefined) => void;
/**
* Optional initial configuration for the dialog content
*/
configuration?: any;
}

@@ -394,2 +399,7 @@

size?: PanelSize;
/**
* Optional initial configuration for the panel content
*/
configuration?: any;
}

@@ -396,0 +406,0 @@

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