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

@azure/event-hubs

Package Overview
Dependencies
Maintainers
5
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/event-hubs - npm Package Compare versions

Comparing version 5.12.1 to 5.12.2

3

dist/browser/eventHubSender.js

@@ -229,5 +229,4 @@ // Copyright (c) Microsoft Corporation.

};
srOptions.desired_capabilities = [];
if (this._isIdempotentProducer) {
srOptions.desired_capabilities.push(idempotentProducerAmqpPropertyNames.capability);
srOptions.desired_capabilities = [idempotentProducerAmqpPropertyNames.capability];
const idempotentProperties = generateIdempotentLinkProperties(this._userProvidedPublishingOptions, this._localPublishingProperties);

@@ -234,0 +233,0 @@ srOptions.properties = idempotentProperties;

@@ -307,5 +307,4 @@ // Copyright (c) Microsoft Corporation.

}
rheaOptions.desired_capabilities = [];
if (options.trackLastEnqueuedEventProperties) {
rheaOptions.desired_capabilities.push(Constants.enableReceiverRuntimeMetricName);
rheaOptions.desired_capabilities = [Constants.enableReceiverRuntimeMetricName];
}

@@ -312,0 +311,0 @@ const filterClause = getEventPositionFilter(obj.checkpoint > -1 ? { sequenceNumber: obj.checkpoint } : eventPosition);

@@ -8,3 +8,3 @@ // Copyright (c) Microsoft Corporation.

name: "@azure/event-hubs",
version: "5.12.1",
version: "5.12.2",
};

@@ -11,0 +11,0 @@ /**

@@ -234,5 +234,4 @@ "use strict";

};
srOptions.desired_capabilities = [];
if (this._isIdempotentProducer) {
srOptions.desired_capabilities.push(constants_js_1.idempotentProducerAmqpPropertyNames.capability);
srOptions.desired_capabilities = [constants_js_1.idempotentProducerAmqpPropertyNames.capability];
const idempotentProperties = generateIdempotentLinkProperties(this._userProvidedPublishingOptions, this._localPublishingProperties);

@@ -239,0 +238,0 @@ srOptions.properties = idempotentProperties;

@@ -312,5 +312,4 @@ "use strict";

}
rheaOptions.desired_capabilities = [];
if (options.trackLastEnqueuedEventProperties) {
rheaOptions.desired_capabilities.push(core_amqp_1.Constants.enableReceiverRuntimeMetricName);
rheaOptions.desired_capabilities = [core_amqp_1.Constants.enableReceiverRuntimeMetricName];
}

@@ -317,0 +316,0 @@ const filterClause = (0, eventPosition_js_1.getEventPositionFilter)(obj.checkpoint > -1 ? { sequenceNumber: obj.checkpoint } : eventPosition);

@@ -11,3 +11,3 @@ "use strict";

name: "@azure/event-hubs",
version: "5.12.1",
version: "5.12.2",
};

@@ -14,0 +14,0 @@ /**

@@ -229,5 +229,4 @@ // Copyright (c) Microsoft Corporation.

};
srOptions.desired_capabilities = [];
if (this._isIdempotentProducer) {
srOptions.desired_capabilities.push(idempotentProducerAmqpPropertyNames.capability);
srOptions.desired_capabilities = [idempotentProducerAmqpPropertyNames.capability];
const idempotentProperties = generateIdempotentLinkProperties(this._userProvidedPublishingOptions, this._localPublishingProperties);

@@ -234,0 +233,0 @@ srOptions.properties = idempotentProperties;

@@ -307,5 +307,4 @@ // Copyright (c) Microsoft Corporation.

}
rheaOptions.desired_capabilities = [];
if (options.trackLastEnqueuedEventProperties) {
rheaOptions.desired_capabilities.push(Constants.enableReceiverRuntimeMetricName);
rheaOptions.desired_capabilities = [Constants.enableReceiverRuntimeMetricName];
}

@@ -312,0 +311,0 @@ const filterClause = getEventPositionFilter(obj.checkpoint > -1 ? { sequenceNumber: obj.checkpoint } : eventPosition);

@@ -8,3 +8,3 @@ // Copyright (c) Microsoft Corporation.

name: "@azure/event-hubs",
version: "5.12.1",
version: "5.12.2",
};

@@ -11,0 +11,0 @@ /**

{
"name": "@azure/event-hubs",
"sdk-type": "client",
"version": "5.12.1",
"version": "5.12.2",
"description": "Azure Event Hubs SDK for JS.",

@@ -6,0 +6,0 @@ "author": "Microsoft Corporation",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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