Socket
Socket
Sign inDemoInstall

@elastic/transport

Package Overview
Dependencies
10
Maintainers
57
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.3 to 8.3.4

3

lib/pool/BaseConnectionPool.js

@@ -256,2 +256,5 @@ "use strict";

const node = nodes[ids[i]];
// newly-added nodes do not have http assigned yet, so skip
if (node.http === undefined)
continue;
// If there is no protocol in

@@ -258,0 +261,0 @@ // the `publish_address` new URL will throw

4

package.json
{
"name": "@elastic/transport",
"version": "8.3.3",
"version": "8.3.4",
"description": "Transport classes and utilities shared among Node.js Elastic client libraries",

@@ -28,3 +28,3 @@ "main": "index.js",

"author": {
"name": "Tomas Della Vedova",
"name": "Elastic Client Library Maintainers",
"company": "Elastic BV"

@@ -31,0 +31,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc