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

@azure/core-amqp

Package Overview
Dependencies
Maintainers
0
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-amqp - npm Package Compare versions

Comparing version 4.3.4 to 4.3.5-alpha.20250110.2

9

package.json
{
"name": "@azure/core-amqp",
"sdk-type": "client",
"version": "4.3.4",
"version": "4.3.5-alpha.20250110.2",
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",

@@ -41,2 +41,3 @@ "author": "Microsoft Corporation",

"dist/",
"!dist/**/*.d.*ts.map",
"README.md",

@@ -91,5 +92,5 @@ "LICENSE"

"devDependencies": {
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
"@rollup/plugin-inject": "^5.0.5",

@@ -96,0 +97,0 @@ "@types/debug": "^4.1.12",

# Azure Core AMQP client library for JavaScript
The `@azure/core-amqp` package provides common functionality for **Azure** JavaScript
libraries that use the [AMQP protocol](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide)
libraries that use the [AMQP protocol](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide)
like the ones for Azure Service Bus and Azure Event Hubs.

@@ -28,4 +28,4 @@

- [Claims based Authorization](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide#claims-based-authorization)
- Request-Response link for [sending request and receiving response over AMQP](https://docs.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide#amqp-management)
- [Claims based Authorization](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide#claims-based-authorization)
- Request-Response link for [sending request and receiving response over AMQP](https://learn.microsoft.com/azure/service-bus-messaging/service-bus-amqp-protocol-guide#amqp-management)
- Error translation of AMQP error codes along with errors specific to Azure Service Bus and Azure Event Hubs.

@@ -32,0 +32,0 @@ - RetryPolicy for retrying a given operation if a retryable error was encountered.

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