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 15.2.0 to 15.3.0

src/lib/apis/6_6.js

5

package.json

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

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

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

},
"default_api_branch": "6.4",
"default_api_branch": "6.5",
"supported_es_branches": [
"6.6",
"6.5",

@@ -37,0 +38,0 @@ "6.4",

2

README.md

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

# elasticsearch.js 15.2.0
# elasticsearch.js 15.3.0

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

module.exports = {
'6.6': require('./6_6'),
'_default': require('./6_5'),
'6.5': require('./6_5'),
'_default': require('./6_4'),
'6.4': require('./6_4'),
'6.3': require('./6_3'),
'6.2': require('./6_2'),
'6.1': require('./6_1'),
'6.x': require('./6_x'),
'master': require('./master')
};
module.exports = {
get '6.6'() { return require('./6_6'); },
get '_default'() { return require('./6_5'); },
get '6.5'() { return require('./6_5'); },
get '_default'() { return require('./6_4'); },
get '6.4'() { return require('./6_4'); },

@@ -5,0 +6,0 @@ get '6.3'() { return require('./6_3'); },

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