New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-helper

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-helper - npm Package Compare versions

Comparing version 1.17.1 to 1.18.0

8

class/aggregation-type.js

@@ -107,3 +107,3 @@

},
date_histogram(sKey, sInterval) {
date_histogram(sKey, sInterval, oOptions) {
this.sType = 'date_histogram';

@@ -116,2 +116,8 @@

if (oOptions) {
Object.keys(oOptions).forEach((attrname) => {
this.oOptions[attrname] = oOptions[attrname];
});
}
return this;

@@ -118,0 +124,0 @@ },

2

package.json
{
"name": "elasticsearch-helper",
"version": "1.17.1",
"version": "1.18.0",
"description": "A Nodejs module facilitating querying Elasticsearch clusters.",

@@ -5,0 +5,0 @@ "main": "index.js",

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