Socket
Socket
Sign inDemoInstall

elastic-builder

Package Overview
Dependencies
11
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.7.0

lib/aggregations/bucket-aggregations/auto-date-histogram-aggregation.js

1

lib/aggregations/bucket-aggregations/index.js

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

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

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

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

DateHistogramAggregation = _require3$bucketAggre.DateHistogramAggregation,
AutoDateHistogramAggregation = _require3$bucketAggre.AutoDateHistogramAggregation,
DateRangeAggregation = _require3$bucketAggre.DateRangeAggregation,

@@ -363,2 +364,5 @@ DiversifiedSamplerAggregation = _require3$bucketAggre.DiversifiedSamplerAggregation,

exports.AutoDateHistogramAggregation = AutoDateHistogramAggregation;
exports.autoDateHistogramAggregation = constructorWrapper(AutoDateHistogramAggregation);
exports.DateRangeAggregation = DateRangeAggregation;

@@ -365,0 +369,0 @@ exports.dateRangeAggregation = constructorWrapper(DateRangeAggregation);

2

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

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

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

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

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

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

DateHistogramAggregation,
AutoDateHistogramAggregation,
DateRangeAggregation,

@@ -380,2 +381,7 @@ DiversifiedSamplerAggregation,

exports.AutoDateHistogramAggregation = AutoDateHistogramAggregation;
exports.autoDateHistogramAggregation = constructorWrapper(
AutoDateHistogramAggregation
);
exports.DateRangeAggregation = DateRangeAggregation;

@@ -382,0 +388,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