Socket
Socket
Sign inDemoInstall

@elastic/elasticsearch-canary

Package Overview
Dependencies
4
Maintainers
75
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-canary.15 to 8.0.0-canary.16

api/api/search_mvt.js

3

api/index.js

@@ -77,2 +77,3 @@ /*

const searchApi = require('./api/search')
const searchMvtApi = require('./api/search_mvt')
const searchShardsApi = require('./api/search_shards')

@@ -204,2 +205,3 @@ const searchTemplateApi = require('./api/search_template')

ESAPI.prototype.search = searchApi
ESAPI.prototype.searchMvt = searchMvtApi
ESAPI.prototype.searchShards = searchShardsApi

@@ -402,2 +404,3 @@ ESAPI.prototype.searchTemplate = searchTemplateApi

scripts_painless_execute: { get () { return this.scriptsPainlessExecute } },
search_mvt: { get () { return this.searchMvt } },
search_shards: { get () { return this.searchShards } },

@@ -404,0 +407,0 @@ search_template: { get () { return this.searchTemplate } },

6

package.json

@@ -14,4 +14,4 @@ {

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

@@ -107,3 +107,3 @@ "elasticsearch",

},
"commitHash": "c100edcc"
"commitHash": "78145274"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc