Socket
Socket
Sign inDemoInstall

elastic-builder

Package Overview
Dependencies
8
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.17.3 to 2.18.0

src/aggregations/bucket-aggregations/variable-width-histogram-aggregation.js

6

package.json
{
"name": "elastic-builder",
"version": "2.17.3",
"version": "2.18.0",
"description": "A JavaScript implementation of the elasticsearch Query DSL",

@@ -105,4 +105,6 @@ "main": "src/index.js",

"austin ce <austin.cawley@gmail.com>",
"ochan12 <mateochando@gmail.com>"
"ochan12 <mateochando@gmail.com>",
"kennylindahl <haxxblaster@gmail.com>",
"foxstarius <aj.franzon@gmail.com>"
]
}

@@ -14,2 +14,3 @@ 'use strict';

exports.AutoDateHistogramAggregation = require('./auto-date-histogram-aggregation');
exports.VariableWidthHistogramAggregation = require('./variable-width-histogram-aggregation');
exports.DateRangeAggregation = require('./date-range-aggregation');

@@ -16,0 +17,0 @@ exports.DiversifiedSamplerAggregation = require('./diversified-sampler-aggregation');

@@ -112,2 +112,3 @@ /* eslint-disable max-lines */

AutoDateHistogramAggregation,
VariableWidthHistogramAggregation,
DateRangeAggregation,

@@ -398,2 +399,7 @@ DiversifiedSamplerAggregation,

exports.VariableWidthHistogramAggregation = VariableWidthHistogramAggregation;
exports.variableWidthHistogramAggregation = constructorWrapper(
VariableWidthHistogramAggregation
);
exports.DateRangeAggregation = DateRangeAggregation;

@@ -400,0 +406,0 @@ exports.dateRangeAggregation = constructorWrapper(DateRangeAggregation);

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc