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

elasticsearch

Package Overview
Dependencies
Maintainers
3
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch - npm Package Compare versions

Comparing version 13.0.1 to 13.1.0

src/lib/apis/5_5.js

7

package.json

@@ -10,3 +10,3 @@ {

"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "13.0.1",
"version": "13.1.0",
"keywords": [

@@ -27,4 +27,5 @@ "elasticsearch",

},
"default_api_branch": "5.3",
"default_api_branch": "5.4",
"supported_es_branches": [
"5.4",
"5.3",

@@ -40,3 +41,3 @@ "5.2",

"5.x",
"5.4",
"5.5",
"master"

@@ -43,0 +44,0 @@ ]

@@ -1,2 +0,2 @@

# elasticsearch.js 13.0.1
# elasticsearch.js 13.1.0

@@ -3,0 +3,0 @@ The official low-level Elasticsearch client for Node.js and the browser.

module.exports = {
'_default': require('./5_3'),
'_default': require('./5_4'),
'5.4': require('./5_4'),
'5.3': require('./5_3'),

@@ -7,6 +8,5 @@ '5.2': require('./5_2'),

'5.0': require('./5_0'),
'2.4': require('./2_4'),
'5.x': require('./5_x'),
'5.4': require('./5_4'),
'5.5': require('./5_5'),
'master': require('./master')
};
module.exports = {
get '_default'() { return require('./5_3'); },
get '_default'() { return require('./5_4'); },
get '5.4'() { return require('./5_4'); },
get '5.3'() { return require('./5_3'); },

@@ -11,4 +12,4 @@ get '5.2'() { return require('./5_2'); },

get '5.x'() { return require('./5_x'); },
get '5.4'() { return require('./5_4'); },
get '5.5'() { return require('./5_5'); },
get 'master'() { return require('./master'); },
};

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

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

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