Socket
Socket
Sign inDemoInstall

elastic-builder

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-builder - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/aggregations/bucket-aggregations/composite-agg-values-sources/date-histogram-values-source.js

1

lib/aggregations/bucket-aggregations/index.js

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

exports.ChildrenAggregation = require('./children-aggregation');
exports.CompositeAggregation = require('./composite-aggregation');
exports.DateHistogramAggregation = require('./date-histogram-aggregation');

@@ -13,0 +14,0 @@ exports.DateRangeAggregation = require('./date-range-aggregation');

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

ChildrenAggregation = _require3$bucketAggre.ChildrenAggregation,
CompositeAggregation = _require3$bucketAggre.CompositeAggregation,
DateHistogramAggregation = _require3$bucketAggre.DateHistogramAggregation,

@@ -355,2 +356,5 @@ DateRangeAggregation = _require3$bucketAggre.DateRangeAggregation,

exports.CompositeAggregation = CompositeAggregation;
exports.compositeAggregation = constructorWrapper(CompositeAggregation);
exports.DateHistogramAggregation = DateHistogramAggregation;

@@ -357,0 +361,0 @@ exports.dateHistogramAggregation = constructorWrapper(DateHistogramAggregation);

2

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

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

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

exports.ChildrenAggregation = require('./children-aggregation');
exports.CompositeAggregation = require('./composite-aggregation');
exports.DateHistogramAggregation = require('./date-histogram-aggregation');

@@ -13,0 +14,0 @@ exports.DateRangeAggregation = require('./date-range-aggregation');

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

ChildrenAggregation,
CompositeAggregation,
DateHistogramAggregation,

@@ -372,2 +373,5 @@ DateRangeAggregation,

exports.CompositeAggregation = CompositeAggregation;
exports.compositeAggregation = constructorWrapper(CompositeAggregation);
exports.DateHistogramAggregation = DateHistogramAggregation;

@@ -374,0 +378,0 @@ exports.dateHistogramAggregation = constructorWrapper(DateHistogramAggregation);

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