Socket
Socket
Sign inDemoInstall

@elastic/elasticsearch

Package Overview
Dependencies
Maintainers
57
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/elasticsearch - npm Package Compare versions

Comparing version 7.17.12 to 7.17.13

4

lib/pool/BaseConnectionPool.js

@@ -209,2 +209,6 @@ /*

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

@@ -211,0 +215,0 @@ // the `publish_address` new URL will throw

4

package.json

@@ -15,4 +15,4 @@ {

"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "7.17.12",
"versionCanary": "7.17.12-canary.1",
"version": "7.17.13",
"versionCanary": "7.17.13-canary.1",
"keywords": [

@@ -19,0 +19,0 @@ "elasticsearch",

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