New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@azure/event-hubs

Package Overview
Dependencies
Maintainers
6
Versions
550
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.1.0-dev.20200328.1 to 5.1.0-dev.20200331.1

2

package.json
{
"name": "@azure/event-hubs",
"sdk-type": "client",
"version": "5.1.0-dev.20200328.1",
"version": "5.1.0-dev.20200331.1",
"description": "Azure Event Hubs SDK for JS.",

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

@@ -224,11 +224,10 @@ /// <reference types="node" />

* Describes the options that can be provided while creating the EventHubClient.
* - `dataTransformer`: A set of `encode`/`decode` methods to be used to encode an event before sending to service
* and to decode the event received from the service
* - `userAgent` : A string to append to the built in user agent string that is passed as a connection property
* - `userAgent` : A string to append to the built in user agent string that is passed as a connection property
* to the service.
* - `websocket` : The WebSocket constructor used to create an AMQP connection if you choose to make the connection
* - `webSocketOptions` : Options to configure the channelling of the AMQP connection over Web Sockets.
* - `websocket` : The WebSocket constructor used to create an AMQP connection if you choose to make the connection
* over a WebSocket.
* - `webSocketConstructorOptions` : Options to pass to the Websocket constructor when you choose to make the connection
* - `webSocketConstructorOptions` : Options to pass to the Websocket constructor when you choose to make the connection
* over a WebSocket.
* - `retryOptions` : The retry options for all the operations on the client/producer/consumer.
* - `retryOptions` : The retry options for all the operations on the client/producer/consumer.
* A simple usage can be `{ "maxRetries": 4 }`.

@@ -235,0 +234,0 @@ *

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